The JavaScript Event Loop: Microtasks vs Macrotasks
Build an accurate mental model of the JavaScript event loop, the call stack, web APIs, the task and microtask queues, and why setTimeout zero is not really zero.
·7 min read · #javascript#event-loop#intermediate