The daily five
Five snippets, five predictions. Same questions for everyone today — come back tomorrow for a new set. You get a diagnosis, not just a score.
The series
setTimeout(fn, 0)
setTimeout is a minimum, not a promise
Promise vs setTimeout
Two chains, interleaved
async / await
throw · catch · finally
fail-fast, but nothing gets cancelled
await over the network
The full interview question
requestAnimationFrame vs microtasks
process.nextTick vs Promise
hoisting: var vs let
var vs let in a loop
Five snippets, five predictions. Same questions for everyone today — come back tomorrow for a new set. You get a diagnosis, not just a score.