PART 1 - Introduction to JavaScript arrays
In JavaScript, an array is an ordered list of values. Each value is called an element specified by an index: A JavaScript array has the following characteristics: First, an array can hold values of mixed types (number, string, boolean, null, undefi...



