The length of a string is the number of characters in it.

Try adding .length to check if username has too many characters.

Boom! You may have noticed that most apps check the length of a username before letting you create an account.

Not quite! We need to use .length to check how many characters are in the username variable.