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