An array is a collection of variables or values.

What looks like an array to you?

[3, 5, 8, 2, 10]["cat", "dog", "mouse"][2.0, 4.5, 16.3, 1.4]

Nice! We can identify an array by the brackets ([]) that surround its values.

Almost! Could other answers be a collection of values as well?