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