Tell us what’s happening:
Describe your issue in detail here.
I’ve worked my way around solving the first steps this problem but I can’t figure out what am doing wring at this point. I cant seem to solve the last step…I’ve watched the video and it makes sense but still can’t get past this part.
I’ve used the (+=) operator to append all my variables (which I consider as a non-word character)
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 " + " myAjective += myNoun += myVerb += 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/102.0.5005.63 Safari/537.36
Challenge: Word Blanks
Link to the challenge: