JavaScript arrays are data structures which let you store multiple values under a single variable name. Arrays are a type of object. They come with several utility methods you can use to manipulate their data. Arrays in JavaScript have very relaxed restrictions around what you can place within t...