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