I am extremely confused as to how I’m supposed to solve this. I followed it according to the example.
var wordBlanks = "My " + myAdjective + " " + myNoun + “was scared and” + myVerb + " " + myAdverb;
I checked the “hint” and put in some spaces as I thought that was the issue. still doesn’t work! When I looked online they were talking about functions? How do I know what a function is? They haven’t gone over this yet in the curriculum nor do they explain about that aspect in the example. I figure I am supposed to figure out something that wasn’t explained in the curriculum so far but without even a clue that I would have to? a bit frustrated. any help or advice would be welcome!!!
var myNoun = "dog";
var myAdjective = "big";
var myVerb = "ran";
var myAdverb = "quickly";
// Only change code below this line
var wordBlanks = "The "
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
.
Challenge: Word Blanks
Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/word-blanks