Exercise #115: You Say Goodbye I Say Hello
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use a generic + conditional return type to flip "hello" and "goodbye".
Check Solution
Run "Check Solution" to validate your code in the browser.