Exercise #129: Use Data Hook
TypeScript Generics ยท 05-function-overloads
Goal

Goal: Add overloads so `getData` excludes `undefined` when `initialData` is provided.

Run "Check Solution" to validate your code in the browser.