JavaScript

JavaScript – Hash Maps

Posted on

What are hash maps? How do you use them in JavaScript? This post will hopefully answer these questions. It might be worth taking a minute to read the wikipedia article on hash maps here. But to summarize, a hash map is basically a way to map unique keys to values. It helps search and retrieve […]