125k views
13 votes
In other programming languages, the dictionary data structure is referred to as a(an)

User Tryliom
by
4.7k points

2 Answers

4 votes
A dictionary is a data structure for storing items. Languages such as JavaScript refer to dictionaries as objects. They're all key-value stores.
User Jefferson Lima
by
4.2k points
13 votes

Answer:

hash

Step-by-step explanation:

it is called a hash, a map, or a hasmap

User Seelenvirtuose
by
4.3k points