Sometimes we want to get a specific value from an array. Let's try to get "Batman" from the array!

Awesome! We just need to put the index of the value we want in the brackets after the array's name.

Don't arrays start at an index of 0, not 1?