Word Blanks, comleteltly clueless with this task

Tell us what’s happening:
I asked about this yesturday and with the answer i got i still couldnt figure it out.
I got the first two ticks but not the third one

Under my code it is telling me this
wordBlanks(“cat”, “little”, “hit”, “slowly”) should contain all of the passed in words separated by non-word characters (and any additional words in your madlib).

Im going to need step by step instructions because im clueless, thanks v much.

Your code so far


function wordBlanks(myNoun, myAdjective, myVerb, myAdverb) {
  // Your code below this line
  var result =  "The" + " big" + " dog" + " ran" + " quickly" + " into a wall.";

  // Your code above this line
  return result;
}

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/word-blanks

Please don’t create duplicate topic.

Yea sorry about that, i didnt want to just reply to the guy that answered me yesturday because i would like a quicker answer, i should delete the last one before creating a dublicate right?

Wow you cant delete, is there a way around this? like making what i asked be seen by everyone again

Unfortunately, you can’t delete your post.

Is there a way of making what i asked be seen by everyone again?

I found it, you can mute a post, but thanks anyway :+1: