Stdle #57 · 2026-07-27

What does this log?

Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.

async function f() {
console.log(1);
await null;
console.log(2);
}
console.log(0);
f();
console.log(3);
Async
4 lines
4 attempts left

Daily Polyglot

0/11

Solve today's puzzle in every language.