Exercise #4: Get Object Keys
Type Transformations · 01-inference-basics
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Derive a union of the object’s keys from `testingFrameworks` using `keyof` and `typeof`.
Check Solution
Run "Check Solution" to validate your code in the browser.