I’m getting the following error for my code for this challege: Missing semicolon. (7:61)
I can’t figure out what the issue is. I have a semicolon at the end of every line.
Please help!
Your code so far
const myNoun = "dog";
const myAdjective = "big";
const myVerb = "ran";
const myAdverb = "quickly";
// Only change code below this line
const wordBlanks = "The " + myNoun + " was so " + myAdjective ", but it " + myVerb + " so " + myAdverb + "."; // Change this line
// Only change code above this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36
Challenge: Word Blanks
Link to the challenge:
