TypeScript Dictionary vs Map
If you’re just starting with TypeScript and JavaScript, you might have heard terms like “dictionary” and “Map” used to describe ways to store key-value pairs. But what’s the difference between a TypeScript Dictionary and a Map? When should you use one over the other? In this tutorial, I’ll walk you through everything you need to … read more…