Exercise #116: Inference Inside Generic Functions
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make the implementation type-safe for each key while returning `Person[Key]`.
Check Solution
Run "Check Solution" to validate your code in the browser.