Exercise #133: Pick
TypeScript Generics ยท 06-challenges
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Type `pick` so keys are constrained to `keyof` and the return is `Pick`.
Check Solution
Run "Check Solution" to validate your code in the browser.