Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 502 Bytes

File metadata and controls

13 lines (11 loc) · 502 Bytes

Javascript fundamentals Video

Video-1

  • 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