Hi guys! I don't really get what should we do in here.can somebody explain a bit for me?

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

Your code so far


const myNoun = "dog";
const myAdjective = "big";
const myVerb = "ran";
const myAdverb = "quickly";

// Only change code below this line
const wordBlanks = myAdjective + "dog" + "ran" + "quickly"; // 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_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36

Challenge: Word Blanks

Link to the challenge:

???

What’s going on? What can we help you with?

Hey thanks Ariel I just got the answer . I did’t know I should put a blank string after each variable .

Good job figuring it out! Happy coding.

1 Like

You actually broke focus on the problem, by coming to the forum, now you can learn that when break attention you pay to the code and come back laters helps see solutions easier.
Remember to take breaks.
Good luck.

1 Like

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