Fundamentals
2 sectionsRapid overview
Fundamentals
TL;DR
JavaScript fundamentals: variable scoping and hoisting, primitive vs reference types, functions and the this binding difference between arrow and regular functions, closures, the prototype chain, async patterns (callbacks, promises, async/a…
Read →How it works
Global Scope:
Read →