Tell us what’s happening:
I’m unsure what it is holding me back from progressing past step 11
Your code so far
console.log("Hello! I'm your coding fun fact guide!");
let botName = "Cade";
let botLocation = "Cades Laptop";
let favoriteLanguage = "Java";
console.log("My name is " + botName + " and I live on " + botLocation +".");
console.log("My favorite programming language is " + favoriteLanguage
+ ".");
let codingFact = "My favorite coding langauge, " + favoriteLanguage + ", Uses strings like this.";
console.log("codingFact");
codingFact = ("A new fact about " + favoriteLanguage + "Is that it is the first programming language cade is learning.");
console.log(codingFact);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0
Challenge Information:
Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot