Event Loop

Event Loop

May 18, 2024 | seedling, permanent

tags :

Summary #

youtube

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

ref

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)


Links to this note

Go to random page

Previous Next