Hello
I’m struggling with the word blanks challenge in Basic Javascript.
Can anyone see what is wrong with my code? as it is not passing the tests.
Thanks
var myNoun = "dog";
var myAdjective = "big";
var myVerb = "ran";
var myAdverb = "quickly";
// Only change code below this line
var wordBlanks = "I saw a " + myNoun = "with really " + myAdjective + "teeth. " + "I " myVerb + "as " + myAdverb + "as I could."; // 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/89.0.4389.128 Safari/537.36.
Challenge: Word Blanks
Link to the challenge: