lydia
hallie
About
Blog
Event Loop, Web APIs, (Micro)task Queue
Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, asynchronous JavaScript
Read
Promise Execution
Learn the inner workings of Promises, and see how they leverage concepts like the Microtask Queue and Event Loop to enable non-blocking async code.
Read