← Back to archive

Stdle #97 · quirks · 2026-09-05

What does this JavaScript snippet output?

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

const obj = JSON.parse('{"x":1}');
const clone = structuredClone(obj);
console.log(clone.x, obj === clone);
Quirks
4 attempts left

Answer & explanation