Having trouble with the code editor on the 1st activity

I have just began the javascript introduction and have hit a hurdle on the 1st activity. It tells me to input code and enter my favorite pizza topping however the space given isn’t allowing me to type in it and it has me totally baffled.

Does the exercise ask you to store a value from a literal?

Eg.

var favoritePizzaTopping = “pepperoni”;

Or does it ask you to store a value from user input?

Eg.

var favoritePizzaTopping = prompt(“What is your favorite pizza topping?”);

Aside

When asking a question in the forum, please be sure to include a link to the exercise as it makes it more likely we will be on the same page. Otherwise we have to search and will be hard pressed to find the exact lesson.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.