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

asked
User Tryliom
by
7.8k 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.
answered
User Jefferson Lima
by
8.9k points
13 votes

Answer:

hash

Step-by-step explanation:

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

answered
User Seelenvirtuose
by
7.8k points

No related questions found