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