← Back to archive

Stdle #24 · quirks · 2026-06-24

What does console.log(Array(3).fill(0).map((_, i) => i)); output?

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

console.log(Array(3).fill(0).map((_, i) => i));
Quirks
4 attempts left

Answer & explanation