Tell us what’s happening:
let bot = “Gemini”;
let botIntroduction = "My name is " + bot + “.”;
console.log(botIntroduction);
here is what I created for the challenge. I think my Code is correct. what do you think. please correct me if I am wrong.
Thank you
Lejin
Your code so far
// User Editable Region
let bot = "Gemini";
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/143.0.0.0 Safari/537.36
Challenge Information:
Build a Greeting Bot - Step 7