Stdle #71 · 2026-08-10
What does this log?
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
const x = (function () { return 1; })() + (function () { return 2; })();console.log(x);Scope
Stdle #71 · 2026-08-10
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
const x = (function () { return 1; })() + (function () { return 2; })();console.log(x);