TS Quiz

What's the Type?

TypeScript's type system is powerful but can be surprising. This quiz tests your understanding of type inference, generics, utility types, conditional types, and other advanced TypeScript features. For each question, determine what type a variable or expression resolves to.

15 questions~12 minutesAdvanced