DEV Community

Discussion on: Data Structures in JavaScript: Hash Tables

Collapse
 
metcoder profile image
Carlos Fuentes

Hashtable is made to store non-generic data, this means data of any kind in a key/value way. A Dictionary does the opposite in regards of the data, it stores generic data, this means data of the same type in a key/value way.