Introduction of JavaScript
Use of JavaScript
Variables
Keywords
Data Type (Primitive, nonprimitive)
JS Conditions (if, if-else)
Conditional operators & logical operators
Loops (for, while, do-while)
Switch Case
Functions
SetTimeout and set Interval Function
HTML DOM
object to access and manipulate HTML using the document
Changing HTML Elements
Adding and Deleting Elements
Array Objects
way to access Objects (bracket Notation, Dot Notation)
way to create Object (Literal Way, Empty Object Constructor Way)
Prototype
Validations
Events