Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Tell us what’s happening:

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

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

And what is that displaying in the console? Does it look correct to you?

it’s just show the steps rn for me since my code isn’t finished

see the answer above, sometime I assume I clicked the reply arrow but didn’t

Look under the list of failed tests - console.log() always prints to the console.

Or just enter a space in the code window without running the tests.

ah! Thank you for your help