Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
hard
TypeScript
typeof type queries
Single-choice MCQ
4 views
What is the type of f?
const f = (x: number) => x + 1;