Last updated 2 years ago
Was this helpful?
⟩ ⟩ ⟩ not a function
⛔️ TypeError:
var hoisting
function expression not hoisted
calling a var (as function) before initialization will cause a
⛔ TypeError: 'xxx' is not a function
at runtime 👉 var hoisting