Blog

Notes on frontend engineering and interface craft.

Feb 15, 2026 · 8 min read

JavaScript Event Loop Explained with Interactive Examples

Learn call stack, task queue, and microtask queue through three interactive walkthroughs: simple ordering, nested async flow, and non-zero timeout behavior.

JavaScript · Event Loop · Async · Browser Runtime