Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.27 KB

JavaScript-From-Scratch

In this GitHub repository, you can learn or revise JavaScript from scratch with simple examples. The JavaScript concepts are divided into proper chapters and sub-chapters for easy navigation.

Ch.01-Introduction

In the first chapter of this repository, you will learn the basics of JavaScript with complete basic concepts and code examples. For better understanding, it is recommended to review the code and check the console in the browser.

This chapter includes 24 separate sub-chapters/modules, covering a range of topics to get you started with JavaScript.

  1. 01-Comments
  2. 02-Variables
  3. 03-Prompt
  4. 04-Functions
  5. 05-String
  6. 06-ArithmeticOperators
  7. 07-Comparison
  8. 08-LogicalOperators
  9. 09-AssignmentOperators
  10. 10-TernaryOperator
  11. 11-TypeOFOperators
  12. 12-ConditionalStatement
  13. 13-SwitchStatement
  14. 14-ForLoops
  15. 15-ForInLoop
  16. 16-WhileLoop
  17. 17-DoWhileLoop
  18. 18-AdvancedLoop
  19. 19-Events
  20. 20-Cookies
  21. 21-PageRedirect
  22. 22-DialogBoxes
  23. 23-VoidOperator
  24. 24-PrintingThePage

ch.02-ObjectsInJS

Chapter 2 provides a thorough explanation of JavaScript objects, using clear and easy-to-understand code examples.

  1. 01-NumberObject
  2. 02-BooleanObject
  3. 03-StringObject
  4. 04-DateObject
  5. Regular Expression
  6. Arrays