/
Dictionary

Dictionary

A dictionary is a class of data structures which are accessible via key=value pairs.

We insert values and give them a key to access them by.

Examples of dictionaries are hash tables, AVL trees with keys and so on.

An example of a dictionary in Javascript is an Javascript Object.

 

Related content

Javascript Object
Javascript Object
More like this
JSON - JavaScript Object Notation
JSON - JavaScript Object Notation
More like this
The Javascript console and Developer Tools in Chrome
The Javascript console and Developer Tools in Chrome
Read with this
AVL Tree
AVL Tree
More like this
HTML Entities for special characters
HTML Entities for special characters
Read with this
Javascript Variables - Covering the core types
Javascript Variables - Covering the core types
More like this