How to create an array
Just to recap:
1. An array allows us to store and manage a list of data.
2. An array is ordered. That means each item inside an array has an index that you can use to retrieve, delete, and change the order of the item.
To achieve the above tasks,