John wants to assign a value to the favorite sport variable:
favoriteSport = indoor soccer
However, he gets an error message. What does he need to change in order to make the code work?
Add a space between the words in the variable name
Create a longer variable name
Put quotation marks around the string literal
Omit the symbol in the string