← Back to archive

Stdle #3 · 2026-06-09

What does this log?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

function counter() { return 0 }
namespace counter { export let total = 5 }
counter.total += 1
console.log(counter(), counter.total)
Namespaces
4 attempts left

Answer & explanation