Every character in a string has a position, or index, that we can put in brackets to access the character.

Perfect! The characters in a string start at an index of 0.

Psst: these characters don't have a special type. They're strings with a length of 1.

Didn't we say brackets? As we'll see a little later, parentheses are reserved for functions.