An app needs to check if a username has less than 30 characters.

Can you write a function to return true if a username is valid?

Great job! Functions return values using the return keyword.

Sorry, that's not right! Functions return values using the return keyword.