Exercise #110: Typed Object Keys
TypeScript Generics ยท 03-art-of-type-arguments
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make `typedObjectKeys` return a union of the object's keys.
Check Solution
Run "Check Solution" to validate your code in the browser.