TypeScript typing practice - easy
TypeScript adds a whole second grammar of type annotations on top of JavaScript, and that grammar is almost entirely punctuation.
What actually slows people down
Union types make `|` a common character rather than a rare one, and nested generics stack angle brackets several deep.
TypeScript Practice 1
Type a realistic TypeScript snippet with its punctuation and structure.
Medium35 wordsabout 90s
TypeScript Practice 2
ProType a realistic TypeScript snippet with its punctuation and structure.
Hard35 wordsabout 90s
TypeScript Practice 3
ProType a realistic TypeScript snippet with its punctuation and structure.
Hard44 wordsabout 90s