Array Basic Expalanation Array is a special type of variable that can hold/contain more than one value at a time. Look at the example bellow var city1=”Dhaka”; var city2=”New York”; var city3=”Sydney”; var city4=”London”; In the above example, there are four variables and