Build a Sentence Maker - Build a Sentence Maker

Tell us what’s happening:

I have written the story a hundered times. I dont understand what is the part where the format is not correct. I have done it with the + signs and the `` that took for ever to figure out on the my different language mac. Can some one point out what I am doing wrong?

Your code so far

let adjective = "crazy ";
let noun = "goblin";
let verb = "horny"; 
let place = "van"; 
let adjective2 = "sensitive"; 
let noun2 = "dogs"; 

let firstStory =`"Once upon a time, there was a(n) ${adjective} ${noun} who loved to eat ${noun2}. The ${noun} lived in a ${place} and had ${adjective2} nostrils that blew fire when it was ${verb}."`;

console.log("First story: " + firstStory);


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a Sentence Maker - Build a Sentence Maker

does the story need quotes inside the string?

Yeh lol I noticed it just before you messaged me. Thanks though