Build a Greeting Bot - Step 5

Tell us what’s happening:

console.log(“Hi there!”);
console.log(“I am excited to talk to you.”);

let bot = “teacher bot”;
let botLocation = “the universe”;

I still need a string from bot to teacher bot what??

Your code so far

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

let bot = "teacher bot";

// User Editable Region

let botLocation = "the universe";

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15

Challenge Information:

Build a Greeting Bot - Step 5

Hi there and welcome to our community!

Assign the string "teacherBot" to the bot variable

You haven’t quite followed this instruction exactly: