Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
hard
TypeScript
conditional types
Single-choice MCQ
Which is the inferred type R?
type R = number[] extends readonly number[] ? true : false;