Basic JavaScript - Word Blanks

Tell us what’s happening:

I’m not sure what else to put for non-letter code

Your code so far

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

// Only change code below this line
const wordBlanks = "The " + myAdjective + "" + myNoun + "" + myVerb + "" + myAdverb + "."; // 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/120.0.0.0 Safari/537.36 Edg/120.0.0.0

Challenge Information:

Basic JavaScript - Word Blanks

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

Welcome to the forum!

Try adding a space between the space quotes and see what happens.

Wishing you good progress!

Thank you that actually helped! really happy about this

You are very welcome.

It is my pleasure to help you move on in your coding journey.

Wishing you more good progress @zay23bobbitt !