Exercise #116: Inference Inside Generic Functions
TypeScript Generics ยท 04-generics-advanced
Goal

Goal: Make the implementation type-safe for each key while returning `Person[Key]`.

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