← Back to archive

Stdle #14 · quirks · 2026-06-14

What does console.log(JSON.stringify({ a: undefined, b: (… output?

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

console.log(JSON.stringify({ a: undefined, b: () => {}, c: 1 }));
Quirks
4 attempts left

Answer & explanation