Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
hard
TypeScript
template literal types
Single-choice MCQ
5 views
What is X?
type X = `${Capitalize<"foo">}Bar`;