Event Loop
tags :
Summary #
The actual JavaScript event loop is really simple, but it ties to three concepts you need to understand first.
- Call stack
- Web APIs
- Callback Queue
In JavaScript

OCR of Images #
2024-04-23_22-22-12_screenshot.png #

Callback Queue Call stack onClick onLoad onDone Event Loop WebAPls console.log('a") setlimeout logger("a") DOM main( fetch
2024-04-23_22-23-15_screenshot.png #

Callback Queue Call stack Event Loop WebAPls console.log(First)