Java Script plz.... guys anybody help me this question

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

  // Your code above this line
  return result;
}

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

So the exercise gives you different variables that contain strings eg the string “dog” is assigned to the myNoun variable . You need to use these variables along with the + operator and your own strings in order to form a sentence.

I think you have the wrong starting code, try resetting your code and see if it changes

The one I saved was not showing. And I don’t even know what was written before. Have you given me the answer of this question? Please don’t say no please

the current starting code is not a function, reset your code please and read carefully the challenge description