Exercise #120: Spotting Missing Generics
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Add a generic for the key so the return type matches the property type.
Check Solution
Run "Check Solution" to validate your code in the browser.