Learn how to build and work with this genius data structure Wait! Does Javascript have a Dictionary type now? Not exactly. At least, not yet. But with its ever-so-flexible Object and ES6 Map types, creating a dictionary-like object for storing data as key-value pairs is only a matter of minutes. This statement may seem a little strange […]