Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

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

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-javascript-trivia-bot/66ed41f912d0bb1dc62da5dd.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Natnael41!

Please check for typo in your variable names and make sure the uppercase and lowercase letters are the same.

You can check the console window inside the Lab for help too, like it says to you:

ReferenceError: botlocation is not defined