**Hello people, here is my code below and i tried to type as ordered however ; when i watch the video for tip they went completele differen in order to pass the episode. it says only change this line and when i change the line i could not pass it, do you have any idea please>/? thanks **
Your code so far
var myNoun = "dog";
var myAdjective = "big";
var myVerb = "ran";
var myAdverb = "quickly";
var wordBlanks = "My " + myAdjective + myNoun + ", " + myVerb + myAdverb + "."; // Only change this line;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36
.
Challenge: Word Blanks
Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/word-blanks