What are Arrays?

You'll get an idea of what arrays are and in what ways can you declare them!

We'll cover the following...

Definition

An array is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.

...