Build a Greeting Bot - Step 8

Tell us what’s happening:

even though i am writing the right code, it is not allowing me to pass it
let botLocation = “botLocationSentence”;
let botLocationSentence = "I live in " + botLocation + “.”;
console.log(botLocationSentence);

Your code so far


// User Editable Region

let botLocation = "botLocationSentence";
let botLocationSentence = "I live in " + botLocation + ".";
console.log(botLocationSentence);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36

Challenge Information:

Build a Greeting Bot - Step 8
https://www.freecodecamp.org/learn/full-stack-developer/workshop-greeting-bot/step-8

Hi @rahmaa and welcome to our community!

What errors (if any) do you see if you look at the console?