What is a Javascript Array?
The Array object in Javascript can store multiple values in a single variable. An array can store many values under a single name, and all the elements can be accessed using index numbers.
Unlike other languages, the Javascript array can hold variables of differernt data type as well.