Exercise #99: Generic Constraints
TypeScript Generics ยท 01-generics-intro
Goal

Goal: Constrain the generic so only strings are accepted.

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