🚧 under construction -> example
Last updated 2 years ago
Was this helpful?
⟩ ⟩ ⟩ let/const/class
with let / const / class :
identifier: hoisted to top of its scope.
value: uninitialized(referencing it before init causes )
compare: var hoisting, function hoisting
replit:let const hoisting
YDKJS: Scope & Closures (v.2) ⟩
⟩
Ch. 5 ⟩