Using Map() instead of objects for hash lookups

Interesting article on hash lookups using the Map() operator.

https://caniuse.com/#search=Map()

Here is the argument piece …

and here is another interesting read that goes pretty well with it…

4 Likes