Array in JavaScript: Arrays in JavaScript are an object which is used to store multiple values having the same or different data types in a group. That means we can store elements of type Number, Boolean, String, Object, etc. Arrays are represented b...