Sometimes it's useful to know the length of a string.

Woop woop! A string's length() method returns the number of characters in it.

Psst: an array's length property is, well, a property and not a method.

Yikes! That doesn't look like a method.