I’m struggling with this task and when I came on here looking for help, you all seem to have different code layout to me? This is what it looked like before I did anything:
var myNoun = "dog";
var myAdjective = "big";
var myVerb = "ran";
var myAdverb = "quickly";
// Only change code below this line
var wordBlanks = ""; // Change this line
// Only change code above this line
Challenge: Word Blanks
Link to the challenge: