String Indexing
Know
Indexes run from zero to length minus one. The length itself is never a valid index.
Apply
Write the index beneath each character before evaluating any call.
Watch out
Using length as an index, which is the standard out-of-bounds error.
Study move
Label every index of a short word, then predict the result of two charAt calls.
