Stdle #1 · 2026-06-01
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
let [a, b = a] = [1];[a, b] = [b, a];console.log(a, b);Scope
Stdle #1 · 2026-06-01
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
let [a, b = a] = [1];[a, b] = [b, a];console.log(a, b);