Tell us what’s happening:
Please help me figure out what to put on this part of the trivia bot where I have to give the codingFact a value that includes favoriteLanguage.
Your code so far
console.log("Hello! I'm your coding fun fact guide!");
const botName = "Jax";
const botLocation = "Nipomo";
const favoriteLanguage = "Javascript";
console.log("My name is " + botName + " and I live on " + botLocation + ".");
console.log("My favorite programming language is " + favoriteLanguage + ".");
let codingFact;
let codingFact = favoriteLanguage;
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