Build a Greeting Bot - Step 7

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

It’s correct. Try to reset the step and try again. You may have accidentally removed something else in the previous code (maybe the last semicolon ; or something else)

Could be your browser, according to the user agent you are using an old version of Safari. Update the browser, or use a different browser that you can update/use the latest version of.