Tell us what’s happening:
I do not understand where this is incorrect I would really appreciate your help I want to move forward, thank you!
Your code so far
var myNoun = "dog";
var myAdjective = "big";
var myVerb = "ran";
var myAdverb = "quickly";
// Only change code below this line
var wordBlanks = "The quick brown dog"+ myNoun + "jumped over the "+ myAdjective + "fence and "+ myVerb + "past me "+ 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/92.0.4515.107 Safari/537.36
Challenge: Word Blanks
Link to the challenge: