Exercise #120: Spotting Missing Generics
TypeScript Generics ยท 04-generics-advanced
Goal

Goal: Add a generic for the key so the return type matches the property type.

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