Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 269 Bytes

js_basics.md

File metadata and controls

14 lines (10 loc) · 269 Bytes

JS Basics

The JS function

  • "this" and scope
  • vars and hoisting
  • Functions
  • Closure
  • Function as first class object - can be passed as a variable, and more
  • Pure functions
  • Arrow functions

Open for questions - what other questions do you have about JS?