(Solved) [Answer Is In Reply] Word Blanks Problem Resolution

Tell us what’s happening:
Hello Campers,

Will one of you fellow campers in this online community whether beginner, intermediate, or advanced help me answer this coding exercise?

Please include all code to reveal answer. No document in this thread and or on subjects of JavaScript Basics and topics of Word Blanks has an accurate solution.

I’ve tried them all! Especially if your debugging console verifies all the code correctly (all green checkBoxs) please reply below with the solution.

Thanks,

BigOleBub

Your code so far


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");

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36.

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

33%20PM

02%20PM

1 Like

I’m glad you figured this out on your own.

Anytime you post a working solution you need to blur it out with
[spoiler]Anything in between will be blurred[/spoiler]
tags so others researching that same challenge won’t accidentally see it.


02%20PM

1 Like
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");

Plz… answere my question i’m stuck this question 2 3 days plz… anyone help meto solve this problem