Stdle #11 · 2026-06-11
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
const r = await Promise.all([Promise.resolve(1), 2, Promise.resolve(3)]);console.log(r.join(','));Async
Stdle #11 · 2026-06-11
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
const r = await Promise.all([Promise.resolve(1), 2, Promise.resolve(3)]);console.log(r.join(','));