An array is a special type of object used to store multiple values in a single variable. Arrays are ordered collections, and you can store different types of data (numbers, strings, objects, etc.) in a single array.
Empty Array
You can create an emp...