JavaScript
Contents
Basic JS
Variables
Conditional
Loop
Function
List
Primitive vs non-primitive data types
Execution contest
Parts:
Memory component or variable environment
Code component or thread of execution
Phase
Creation phase or memory creation phase
Execution phase or code execution phase
Hoisting
Function
Scope, Scope chain, Lexical environment
let, const, Temporal dead zone, block scope
Closure
Last updated