Mad libs word blanks Java script test

Tell us what’s happening:
Describe your issue in detail here.

Hi, it’s just not passing the test, can ah=myome 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 = "my " + myAdjective + "silly " + myNoun + "had " +myVerb+ "past " + myAdverb + "."; // Change this line
// Only change code above this line

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15

Challenge: Word Blanks

Link to the challenge:

Hi, @emmilibanks, welcome to the forum!
Try logging wordBlanks to the console. You may want to double check your spaces.

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