QuizAdvanced

Conditional Types Basics

Understanding how conditional types select a type based on a condition.

What is the resulting type of `type R = string extends number ? true : false`?