Build a Greeting Bot - Step 7

Tell us what’s happening:

I’m not sure where I’m going wrong, I’ve corrected a few other things that were flagged as wrong and looked at the posts of people who got stuck on this step and I’m out of ideas.

Your code so far

console.log("Hi there!");
console.log("I am excited to talk to you.");
let bot;
bot = "teacherBot";

let botLocation = "the universe";

console.log("Allow me to introduce myself.");


// User Editable Region

let botIntroduction = ("My name is " + bot + ".");
console.log botIntroduction

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0

Challenge Information:

Build a Greeting Bot - Step 7

is this how you use console.log?