Arrays are ordered, meaning values have a position in the array. Each time we append a value, it gets added to the end of the array.

Let's try appending a final value.

Amazing appending! In the print statement we can see how the values are added to the end position each time.

Weren't we talking about appending values?