Stdle #72 · modern · 2026-08-17
What does this TypeScript snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
class Animal {}const c = structuredClone(new Animal())console.log(c.constructor.name)Modern
Stdle #72 · modern · 2026-08-17
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
class Animal {}const c = structuredClone(new Animal())console.log(c.constructor.name)