Jenn wants to assign a value to the favorite sport variable: 4favoriteSport = "soccer" but gets an error message. What does she need to fix for the code to work?

a Create a shorter variable name.

b Remove the equal sign.

c Remove the quotation marks around the string.

d Remove the number from the variable name.

Respuesta :

Answer:

D. Remove the number from the variable

Explanation:

Because in normal coding it would only be favoriteSport = "soccer" not with a 4