Jenn wants to assign a value to the favorite car variable: favoriteCar = Toyota but gets an error message. What does she need to fix for the code to work?

a
Add a space between the words in the variable name.

b
Create a shorter variable name.

c
Remove the equal sign.

d
Put quotation marks around the string.