flashcardsthatdontsuck
Web Fundamentals1 / 7term
Event loopdefinition
Event loop
The mechanism that lets single-threaded JavaScript handle concurrency: it repeatedly takes the next task from the queue, runs it to completion, drains the microtask queue, then renders.
click, tap, or press space to flip
sourceMDN — The event loop