An High-Level Overview of JavaScript
The JavaScript Engine and Runtime
Execution Contexts and The Call Stack
Scope and The Scope Chain
Variable Environment: Hoisting and The TDZ
The
this
Keyword
Arrow Functions
Primitives vs. Objects (Primitive vs. Reference Types)