← Back to archive

Stdle #68 · narrowing · 2026-08-13

What does this TypeScript snippet output?

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

const o: object = {}
console.log("toString" in o)
Narrowing
4 attempts left

Answer & explanation