Tell us what’s happening:
let botIntroduction = "My name is " + bot + “.”;
console.log(botIntroduction);
why is it not working lol?
Your code so far
// User Editable Region
let botIntroduction = "My name is " + bot + ".";
console.log(botIntroduction);
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Build a Greeting Bot - Step 7