Before We get into how to use arrays in JavaScript, let's first learn what is an array. Well, an array is a collection of similar data elements stored at contiguous memory locations. It is the simplest data structure where each data element can be ac...