-
Content:
- An High-Level Overview of JavaScript
-
Content:
- JS engine
- Compilation Vs Interpretation
- JavaScript Runtime
- Execution Context
- Execution context in detail
- Call Stack
- Scope Chain Vs Call Stack
-
Content:
- Content of Execution Context
- Some Definiations about Scoping
- The 3 Types of Scope
- The Scope Chain
- Hoisting
- TDZ
- The this Keyword in JavaScript
- Regular Function Vs Arrow Function
-
Content:
- Primitives:
- Non-Primitives (Objects):