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

User Tryliom
by
3.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
3.4k points
13 votes

Answer:

hash

Step-by-step explanation:

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

User Seelenvirtuose
by
3.6k points