Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.92 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.92 KB

JavaScript Basics

  • 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.

  • JavaScript beginners and those who want knowledge of javaScript at hacking, cybersecurity-level are main targets of making this documentation.

    Screenshot (868)

Table of Contents

1. Variables
2. Operators
3. Extra Data Types
4. Conditionals
5. Switch Cases
6. Functions
7. Objects
8. Arrays
9. Loops
10. DOM
11. XSS
12. Resources
13. QnA
14. Next Steps