Arrays
An array is a collection of data values, just as an object is.
Each data value in an object has a name
Each data value in an array has a number
Arrays may contain any type of JavaScript data
the elements of an array do not need to be the same type
JavaScript does not support multidimensional arrays ,except as arrays of arrays.