JavaScript's Map Object, TL;DR
JavaScript's (JS) built-in Map object is essentially just a simple list containing several key-value pairs, and it is useful when you want to represent your data as a list of items where each item has an associated value with it (note that Maps shoul...
fullstax.hashnode.dev3 min read