[Stuck] - Word Blanks - Javascript

This section of the lesson has me so frustrated. I dont understand what FCC wants me to do.
I read the instructions over and over and over. Tried mixing all kinds things around and nothing seems to work.
Been at this for 2 days :confused:
This is what I did.
.

function wordBlanks(myNoun, myAdjective, myVerb, myAdverb) {
  // Your code below this line
  var result = "The " + myAdjective + " " + myNoun + " " + myVerb + " " + "very " + myAdverb;

  // Your code above this line
  return result;
}

// Change the words here to test your function
wordBlanks("dog", "big", "ran", "quickly");

This is the lesson link.
Word Blank Lesson

.

I reset the code multiple times and refreshed the page, and still for some reason it wont accept it. :confused:

Opera, Chrome and Firefox - pick your poison. :stuck_out_tongue:

It works now :slight_smile: - I had to delete all the cookies in the browser then restart the browser and re-log in.
really weird but ok… whatever works…