Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
hard
TypeScript
keyof and indexed access
Single-choice MCQ
Which is the inferred type T?
const s = Symbol();\ntype O = { x: number };\ntype T = keyof O;