Tell us what’s happening:
Code is failing test 13, 14, 15. Not able to figure out why. Can anyone help please
Your code so far
console.log("Hello! I'm your coding fun fact guide!" );
const botName = "botbot";
const botLocation = "Earth";
const favoriteLanguage = "botibot";
console.log("My name is "+botName+" and I live on "+botLocation+".");
console.log("My favorite programming language is "+favoriteLanguage+".");
let codingFact = "botibot is cool";
codingFact = "botibot is awesome";
console.log(codingFact);
codingFact = "Yes "+favoriteLanguage + " is great";
console.log(codingFact);
console.log("It was fun sharing these facts with you. Goodbye! - " + botName + " from " + botLocation + ".")
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Challenge Information:
Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot