Stdle #13 · 2026-06-13
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
Promise.resolve(1) .then(v => v + 1) .then(v => { console.log(v); }) .then(v => { console.log(v); });Async
Stdle #13 · 2026-06-13
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
Promise.resolve(1) .then(v => v + 1) .then(v => { console.log(v); }) .then(v => { console.log(v); });