Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Tell us what’s happening:

I don’t understand why I got stuck in task 11, I can’t see what’s wrong with my code. My codingFact is including the variable favoriteLanguage, but the system doesn’t validate that…

Your code so far

console.log("Hello! I'm your coding fun fact guide!");
let botName = "Renata";
let botLocation = "Brazil";
let favoriteLanguage = "JavaScript";
console.log("My name is "+ botName + " and I live on "+ botLocation + ".");
console.log("My favorite programming language is "+ favoriteLanguage + ".");
let codingFact = "I think "+ favoriteLanguage + " is fun to learn.";






Your browser information:

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

Challenge Information:

Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Welcome to the forum @renata.flaminio!

Your code is fine. The test is probably looking for the log to pass #11. Just continue coding and run the tests when you’re finished.

Happy coding!