Exercise #99: Generic Constraints
TypeScript Generics ยท 01-generics-intro
Go back to exercises
Goal
Goal: Constrain the generic so only strings are accepted.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.