Tell us what’s happening:
Describe your issue in detail here.
I have done EXACTLY what the instructions have told me to do. I have read other peoples answers to the problem, but it seems as though we are all working with different iterations of the question. Since starting the JavaScript tutorials it feels like many of the questions leave out a lot of information. Thank you for the help and any further clarity or tips about making it through these questions.
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" + "old" + "myNoun" + "really" + "myVerb" + "too" + "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/103.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Word Blanks
Link to the challenge: