Tell us what’s happening:
Happy to be in the community.
I do not understand really want this exercice wants me to do? (basics javascript in freecode camp certifiction)
i tried, but i can not succed.
i need help.
Your code so far
function wordBlanks(myNoun, myAdjective, myVerb, myAdverb) {
// Your code below this line
var result = "My"+ " myNoun" + " is very" + " myAdjective"+ ", and we" + " myVerb" + " so" + " myAdverb";
// 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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/word-blanks