Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Tell us what’s happening:

I don’t understand step 9… Is it still a bug? Since for me it should pass.

Your code so far

console.log("Hello! I'm your coding fun fact guide!");

let botName = "Robodo";
let botLocation = "Somewhere in a far far galaxy";
let favoriteLanguage = "python";

console.log("My name is " + botName + " and I live on " + botLocation + ".");
console.log("My favorite progamming language is " + favoriteLanguage + ".");


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0

Challenge Information:

Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-javascript-trivia-bot/66ed41f912d0bb1dc62da5dd.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @christinewho2

You should log to the console "My favorite programming language is (favoriteLanguage)." and add the variable to the string.

You have a typo.

Happy coding

typos are more frequent than we think. Thank you.