Exercise #108: Data Fetcher
TypeScript Generics ยท 02-passing-type-arguments
Go back to exercises
Goal
Goal: Make `fetchData` generic so callers can specify the response shape.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.