let botLocation = "I live in ";
let botLocationSentence = "I live in " + botLocation + “.”;
console.log(botLocationSentence);
What is wrong whit my code?
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?