Exercise #135: Data Fetcher With Warning
TypeScript Generics ยท 06-challenges
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Add a default generic that warns when no type argument is provided.
Check Solution
Run "Check Solution" to validate your code in the browser.