- Intro to JS.
- Understood what DOM is.
- The mandatory Hello World code. 😉
- Statements & Comments.
- Variables.
- Data Types.
- Operations.
- Learnt proper Markdown. (as it is necessary for maintaining this readme) Markdown Cheat Sheet
- Control statements. (if, else, else if) Example Code
- Control Statements. (Switch Case) (Sample Code File.)
- For Loops. | (Sample Code File)
- Scope of Variables.
- Arrays. |