.length() is a method we can call on strings. I guess it's pretty obvious what it will do!

Cool! It's pretty handy. Just write .length() after the string and we return the integer value of the length.

Psst: That's a real word btw!

Try again! Do you think .length() will return a string or int-type value?