Sweet. Just like with arrays, we can access a character as if it's an element. Strings are also zero-indexed, so we can access the third letter using [2].
[2]
Whoops. Is how we would access the third element in an array?