Stdle #64 · scope · 2026-08-03
What does this JavaScript snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
let x = 1;{ let x = 2; console.log(x); }console.log(x);Scope
Stdle #64 · scope · 2026-08-03
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
let x = 1;{ let x = 2; console.log(x); }console.log(x);