Exercise #132: Dynamic Function Arguments
TypeScript Generics ยท 06-challenges
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use generics and conditional rest args to require payloads only when needed.
Check Solution
Run "Check Solution" to validate your code in the browser.