Chapter 2: Let, Const, and Var
Chapter 2 of 15
Chapter 2: Let, Const, and Var
2.1 Variable Declarations
Understand differences between let, const, and var.
2.2 Block Scope
Block scope with let and const.
2.3 Const for Immutability
Use const for values that don't change.