- Seting up javascript Layer in spacemacs
- Explain javascript versioning
- Create an index.html and use <script> tag to demonstrate javascript inline script execution.
- Show console.log usage
- Create an external javascript file and call it from index.html
- Talk about variables and datatypes (Dynamic Typing)
- Datatypes: number, String, Boolean, Undefined, null, Symbol (Unique), BigInt
- Value has type, NOT variable.
- Comments in javascript