Exercise #123: What Is A Function Overload
TypeScript Generics ยท 05-function-overloads
Goal

Goal: Add overload signatures so passing 1 or "matt" returns those literals.

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