/JavaScript-Basics

👻 JavaScript basics for beginners and cybersecurity enthusiatsts. Learn the high-level, multi-paradigm language of the web.

Primary LanguageJavaScriptMIT LicenseMIT

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