Skip to main content

Example Callstack And Event loop

· One min read
Gia Hung

Example callstack and event loop

Example

Information

info
  • Macrotasks: setTimeout , setInterval , setImmediate , requestAnimationFrame , I / O , giao diện người dùng render

  • Microtasks: process.nextTick , Promises , queueMicrotask , MutationObserver

Explain