skip to content →
ts-quiz
— ~/loading.ts
tsc --watch
● loading…
TS
home.ts
TS
levels.ts
MD
learn.md
TS
playground.ts
NEW
// tsc --watch · type-checking modules…
await
load
(
"loading.ts"
)
// streaming server components
◇ tsc 6.0.3 · compiling…
UTF-8
◇ loading…
ts-quiz
—
js-async/05.js
● 0 errors
TS
JS
PY
EN ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-async
·
5
/25
[exit]
Which statement about microtasks vs macrotasks is TRUE?
A
setTimeout(fn, 0) is faster than queueMicrotask(fn)
B
Microtasks block the rendering pipeline more than setTimeout
C
Macrotasks always run before microtasks
D
Microtasks (Promise callbacks) drain fully between every macrotask
← prev
✓ es2024
UTF-8