could someone please explain what I am doing wrong with this trivia bot I understand half the reason but not the entirety of it
I am getting confused about the number thirteen prompt on this trvia bot could someone explain it a bit more clearly to me.
I have added the value already to the coding fact but it keeps saying I should add a new value to it
Your code so far
console.log("Hello! I'm your coding fun fact guide!");
const botName = "botName";
const botLocation = "botLocation";
const favoriteLanguage = "favoriteLanguage";
console.log("My name is botName and I live on botLocation.");
console.log("My favorite programming language is favoriteLanguage.")
let codingFact = "favoriteLanguage" + ;
console.log(codingFact);
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/152.0.0.0 Safari/537.36
Challenge Information:
Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot