JS ⟩ error ⟩ TypeError ⟩ not a function❗
⛔️ TypeError:'xxx' is not a function❗
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
Last updated 2 years ago