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