Build a Greeting Bot - Step 8

Tell us what’s happening:

is this bug? I exactly checked my code at session 9 of build greeting bot and pasting a code still get’s error. what does happening?

Your code so far

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

let bot;
let botLocation;

bot = "teacherBot";
botLocation = "the universe";

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

// User Editable Region

const botLocationSentence = "I live in " + botLocation + ".";
console.log(botLocationSentence);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Build a Greeting Bot - Step 8

you lost the console.log for botName, reset the step, add your code in again

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.