Build a Greeting Bot - Step 7

Cuéntanos qué está pasando:

No entiendo que hay que hacer. No entiendo porque no me funciona, que hago mal.

Tu código hasta el momento

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

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

// User Editable Region

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Información del Desafío:

Build a Greeting Bot - Step 7

Then, log the botIntroduction variable to the console.

You are not logging botIntroduction, you also need to give it a value