Exercise #101: Multiple Generics Per Object
TypeScript Generics ยท 01-generics-intro
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use generics for `params.a` and `params.b` so they flow to the return type.
Check Solution
Run "Check Solution" to validate your code in the browser.