← Back to archive

Stdle #60 · erasure · 2026-08-05

What does this TypeScript snippet output?

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

interface Shape { sides: number }
const Shape = { sides: 3 }
console.log(typeof Shape)
Type Erasure
4 attempts left

Answer & explanation