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
Stdle #65 · modern · 2026-08-10
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
type Greeting = `Hello ${string}`const g: Greeting = `Hello world`console.log(g)