Dictionary

Dictionaries are key-value pairs used for easy lookups. They are also called associative arrays as each entry into the dictionary is a key with an associated value. In this lesson, we look at how to implement dictionaries in JavaScript, how to handle duplicate keys, and how to implement lookups and deletes.

Loading...

Get hands-on with 1200+ tech skills courses.