Tell us what’s happening:
I can’t seem to get past this challenge of creating a new string from concatenating other strings to form a madkib
Your code so far
var myNoun = "dog";
var myAdjective = "big";
var myVerb = "ran";
var myAdverb = "quickly";
// Only change code below this line
var wordBlnk = "If The small " +myNoun+ " hastily " +myVerb+ " into the " +myAdjective+ " house, " +myAdverb+ " without hesitating.";
var wordBlank = wordBlnk.substring(3);
// Change this line
// Only change code above this line
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 7.0; TECNO CX Air) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36
.
Challenge: Word Blanks
Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/word-blanks