Build a Sentence Maker - Build a Sentence Maker

Tell us what’s happening:

A la hora de nombrar las variables con el metodo tradicional + me aparece el mismo problema y he estado analizando los espacios borrando y separando y continua el mismo problema porfa si me dan una pista estare agradecido.(:

Your code so far

let adjective = "funny";
let noun = "dragon";
let verb = "dancing";
let place = "castle";
let adjective2 = "shiny";
let noun2 = "pizza";

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




Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a Sentence Maker - Build a Sentence Maker

hello! Welcome to the Forum!

Are you sure this is the correct string for the firstStory?