Last updated 2 years ago
JS โฉ concepts โฉ compiler โฉ LHS vs. RHS reference
RHS reference๏ผ get the value of a variable (if it exists).
LHS reference๏ผ find the variable container itself.
YDKJS: Scope & Closures (v.2) โฉ Ch. 1: What's the Scope?