But how can we access the contents of an array?

That's it! We can access a value by putting its position in brackets after the array's name.

Psst: this position is zero-based, which means that it starts at 0.

Does it really make sense to get a value by providing the same value?