Temple University

06_Associative Array. An associative array is like a “hash table” where you can store key/value pairs. With associative arrays, the “index” (inside the square brackets) is the key, usually a String, not an integer. The value can be anything, like a string or an object or a function. ................
................