QuizAdvanced

The keyof Operator

Producing a union of an object type's property keys.

What is `keyof { a: number; b: string }`?