the variable container itself in the scope chain.
JS ⟩ concepts ⟩ compiler ⟩ LHS reference
the variable container itself (in the scope chain).
RHS reference - get the value of a variable (if it exists).
lvalue - variable / property / element.
YDKJS: Scope & Closures (v.2) ⟩ Ch. 1: What's the Scope?arrow-up-right
Last updated 3 years ago