Tell us what’s happening:
it told me to log some text first and after I Logged it and when I log other text it keeps telling me that I did not log the first one but I did and can you guys please fix this my only day I got pc is only today so pls fix it now
Your code so far
let botName = 'Nati'
let botLocation = 'Earth'
let favoriteLanguage = 'Python'
console.log("Hello! I'm your coding fun fact guide!");
console.log("My name is " + botName + "and I live on " + botlocation + '.')
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
Challenge Information:
Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot