I have checked and double checked for spacing errors and i don’t see anything wrong. All my variables are correctly declared and assigned values to. But somehow my code won’t pass (I am working on the Build a Sentence Maker with JS):
let firstStory = "Once upon a time, there was a " + adjective + " " + noun + " who loved to eat " + noun2 + ". The " + noun + " lived in a " + place + " and had " + adjective + " nostrils that blew fire when it was " + verb + “.”;
console.log("First story: " + firstStory);
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
2 Likes
Thank you for your help. I’ve followed your instructions and I managed to ask my question using the Help button with all the code I have written submitted to the forum.