JS ⟩ error ⟩ rumtime
errors occurred at runtime (after compilation is complete successfully)
⛔️ ReferenceError ⟩
cannot access 'xxx' before initialization❗️
'xxx' is not defined❗️
⛔️ TypeError
'xxx' is not a function❗️
Last updated 2 years ago