|
1 | | -# JavaScript-Basics |
| 1 | +# JavaScript Basics |
| 2 | + |
| 3 | +- The main purpose of this language is to implement interactiveness into webpages and web applications, but more than just the interactiveness of web pages is covered in this repository. |
| 4 | + |
| 5 | +- JavaScript `beginners` and those who want knowledge of javaScript at `hacking, cybersecurity-level` are main targets of making this documentation. |
| 6 | + |
| 7 | +  |
| 8 | + |
| 9 | +# Table of Contents |
| 10 | + |
| 11 | +**[1. Variables](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/01%20Variables)**<br> |
| 12 | +**[2. Operators](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/02%20Operators)**<br> |
| 13 | +**[3. Extra Data Types](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/03%20Extra%20Data%20Types)**<br> |
| 14 | +**[4. Conditionals](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/04%20Conditionals)**<br> |
| 15 | +**[5. Switch Cases](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/05%20Switch%20Cases)**<br> |
| 16 | +**[6. Functions](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/06%20Functions)**<br> |
| 17 | +**[7. Objects](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/07%20Objects)**<br> |
| 18 | +**[8. Arrays](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/08%20Arrays)**<br> |
| 19 | +**[9. Loops](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/09%20Loops)**<br> |
| 20 | +**[10. DOM](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/10%20DOM)**<br> |
| 21 | +**[11. XSS](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/11%20XSS)**<br> |
| 22 | +**[12. Resources](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/12%20Important%20Resources)**<br> |
| 23 | +**[13. QnA](https://github.com/ShubhamJagtap2000/JavaScript-Basics/tree/main/13%20Rooms%20QnA)** |
0 commit comments