Exercise #129: Use Data Hook
TypeScript Generics ยท 05-function-overloads
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Add overloads so `getData` excludes `undefined` when `initialData` is provided.
Check Solution
Run "Check Solution" to validate your code in the browser.