🚧 under construction
Last updated 2 years ago
Was this helpful?
JS ⟩ variable ⟩ shadowing
var can shadow parameter even in strict mode❗️ - is it possible to shadow function parameters❓
var in block can't shadow outer let❗️❗
redeclaration
variable redeclaration
var redeclaration
- treated as "redeclaration" in .
shadowing parameters by local variables? (my question)
YDKJS: Scope & Closures (v.2) ⟩ Ch. 8 ⟩ Parameter Scope