Stdle #3 · 2026-06-09
What does this log?
You have 4 attempts to type the exact console output. Wrong guesses unlock hints.
function counter() { return 0 }namespace counter { export let total = 5 }counter.total += 1console.log(counter(), counter.total)Namespaces