Exercise #101: Multiple Generics Per Object
TypeScript Generics ยท 01-generics-intro
Goal

Goal: Use generics for `params.a` and `params.b` so they flow to the return type.

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