I’ve been tryoing to pass step 8, but I’m stuck and unable to go forward.
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 + ".");
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