Exercise #119: Spotting Useless Generics
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Simplify the generics by capturing the params object as a single type.
Check Solution
Run "Check Solution" to validate your code in the browser.