Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Tell us what’s happening:

It says I should log something in, but when I do, the rest of the code fails. I need help

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 + ".");

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

aren’t you missing something here? how do you concatenate strings?

Thank you so much I could not see that for the life of me