Build a Greeting Bot - Step 8

let botLocation = "I live in ";

let botLocationSentence = "I live in " + botLocation + “.”;

console.log(botLocationSentence);

What is wrong whit my code?

can you share the link to the challenge/project?

https://www.freecodecamp.org/learn/full-stack-developer/workshop-greeting-bot/step-8