Implement Two Dimensional Arrays In JavaScript Part III of Array Series
An array specifies a variable that can be indexed as a list in rows and columns. A two-dimensional array is an array of arrays requiring two indices to select an element.
The first index is zero as is common in most programming languages. JavaScript objects can be used as associative arrays.






