Exercise #65: Type Safe Map
Advanced Patterns ยท 04-classes
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make `set` return a map type that accumulates the new key.
Check Solution
Run "Check Solution" to validate your code in the browser.