← Back to archive

Stdle #65 · modern · 2026-08-10

What does this TypeScript snippet output?

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

type Greeting = `Hello ${string}`
const g: Greeting = `Hello world`
console.log(g)
Modern
4 attempts left

Answer & explanation