🔰function hoisting

identifier hoisted at top of scope, value initialized to a function value (instantly).

JSscopehoisting ⟩ function hoisting

with a function declaration

referencing a function in block (FiB) outside block

Last updated