Not only can we access a value through its index, we can also change and even add values with index numbers.

Wow! We can change an existing value with its index number but we can also use the length property to add a value to the end of the array.

Would there be anything to access at that index in the array?