← Back to archive

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
4 attempts left

Answer & explanation