Exercise #123: What Is A Function Overload
TypeScript Generics ยท 05-function-overloads
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Add overload signatures so passing 1 or "matt" returns those literals.
Check Solution
Run "Check Solution" to validate your code in the browser.