Tell us what’s happening:
i have try every method to get the sentence right but it keeps giving me error i did include the noun verb adverb and adjective to form the sentence but cant seem to find the error
Your code so far
const myNoun = "dog";
const myAdjective = "big";
const myVerb = "ran";
const myAdverb = "quickly";
// Only change code below this line
const wordBlanks = "there was a"+ "cat"+", who"+ "walked"+", in a"+ "small"+"," +"circle"+ "outside";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Challenge Information:
Basic JavaScript - Word Blanks