March 19, 2002 - Using Associative Arrays
March 19, 2002 Using Associative Arrays Tips: March 2002
Yehuda Shiran, Ph.D.
|
var a = new Array();
a["The day after Sunday"] = "Monday";
a["The day after Monday"] = "Tuesday";
Let's test the value of the first and second elements.