wordBlanks Javascript

What’s the problem is occuring I can’t understand .any suggestion will be helpful

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" + myNoun + "was" + myAdjective + "." + "Seeing" + "," + "to" + "him" + "the" + "cat" + myVerb + myAdverb + "."; // Change this line
// Only change code above this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36.

Challenge: Word Blanks

Link to the challenge:

Hi and welcome to the forum.

It’s really hard to read a screenshot. The Get Help button copied your code into a post, and it’s best if you leave the code in there.

If I’m squinting and reading correctly, you’ll need to add spaces in between your words.

Hey!! After adding the spaces between the words, it’s going on :expressionless:. If you have your solution done . Please send as a screenshot

Does your code work? If not, please paste your code into a forum post.


When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

thanks to you too :grinning: