Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
medium
TypeScript
satisfies operator
Single-choice MCQ
Which is the inferred type of x?
const x = { a: 1, b: "y" } satisfies Record<string, unknown>;