skip to content →
ts-quiz
—
js-async/05.js
● 0 errors
TS
JS
PY
ES ▾
JS
home.js
JS
quiz.js
●
js-async
·
5
/5
[salir]
Which statement about microtasks vs macrotasks is TRUE?
A
setTimeout(fn, 0) is faster than queueMicrotask(fn)
B
Microtasks (Promise callbacks) drain fully between every macrotask
C
Macrotasks always run before microtasks
D
Microtasks block the rendering pipeline more than setTimeout
← ant.
✓ es2024
UTF-8