Exercise #105: Default Generics
TypeScript Generics ยท 02-passing-type-arguments
Go back to exercises
Goal
Goal: Provide a default type argument so `createSet()` returns `Set<string>`.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.