Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Tell us what’s happening:

Im sorry to bother but I am now stuck on #11 what does it mean, I’m new at this sorry

Your code so far

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

const botName = "Jax"

const botLocation = "Nipomo"

const favoriteLanguage = "English"

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

console.log("My favorite programming language is " + favoriteLanguage + ".");

let codingFact;

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

here’s what number 11 said:

  1. You should log "It was fun sharing these facts with you. Goodbye! - (botName) from (botLocation)." to the console as a farewell statement from the bot.

So they want you to use console.log to log this statement.
The words in the parenthesis should be replaced with the variables.
This statement should be the last one you log.

I think what you read was the last step but thank you anyways

you had asked:

So I quoted the instruction #11.

Do you still need help? Please clarify the question.

It’s ok I figured that one out sorry about that