Exercise #4: Get Object Keys
Type Transformations · 01-inference-basics
Goal

Goal: Derive a union of the object’s keys from `testingFrameworks` using `keyof` and `typeof`.

Run "Check Solution" to validate your code in the browser.