← Back to archive

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
2 lines
4 attempts left

Answer & explanation