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?