Computer Science, asked by mahek4962, 11 months ago

Which data structure is used to produce an associative array?

Answers

Answered by Anonymous
0

Associative Array in JavaScript. 

Associative arrays are dynamic objects that the user redefines as needed.

When you assign values to keys in a variable of type Array, the array is transformed into an object, and it loses the attributes and methods of Array.

Similar questions