Tell us what’s happening:
so i’ve been having an issue with instruction number 15 and i tried many methods including pasting (console.log("It was fun sharing these facts with you. Goodbye! - " + botName + " from " + botLocation + “.”)
right away and they still logged my goodbye message as having an error. please give me a way to solve this, thanks!
Your code so far
console.log("Hello! I'm your coding fun fact guide!" );
let botName="JYPapi";
let botLocation="your heart";
let favoriteLanguage="HTML";
console.log("My name is "+botName+" and I live on " +botLocation+".")
let codingFact=("My favorite programming language is "+favoriteLanguage+".")
console.log(codingFact)
codingFact="I started learning "+favoriteLanguage+" around 3 months ago."
console.log(codingFact);
codingFact="I like "+favoriteLanguage+" because it is the most simple language ever."
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; rv:153.0) Gecko/20100101 Firefox/153.0
Challenge Information:
Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot