Word blanks basic JS giving me issues

Hey
I need help with this, I’m not sure if its because I don’t understand the way the question is written:

var wordBlanks = "The " + myNoun + "has" + " " + myAdjective + "but it" + ","+ myVerb +""+ myAdverb + ""+ "after seeing skunk "+".";

I have edited your post to include the challenge link.
In the future, please us the ask for help button which will generate your full code and the challenge link.


I’ve edited your post for readability. 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 (’).

Hi @Thanos_codes !

Welcome to the forum!

If you add a console.log(wordBlanks) to your code then you can see there are some spacing issues.

Once you fix the spaces then the test will pass.

Thank you so much, got it.

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