An associative array is an abstract data type that stores a collection of (key, value) pairs, and each key appears only once.
1 2 3 4 5 6 Example of Mr. Smith's vehicles and year { "Mercedes": 1995, "BMW": 2007, "Audi": 2007 }
1 2 3 4 5 6
Example of Mr. Smith's vehicles and year { "Mercedes": 1995, "BMW": 2007, "Audi": 2007 }