Cuéntanos qué está pasando:
pongo el codigo y las separaciones y no deja de marcar errores
Tu código hasta el momento
// User Editable Region
let bot = "John";
let botLocation = "USA";
console.log("Hi there!");
console.log("I am excited to talk to you.");
console.log(botLocation);
let botIntroduction ="My name is " + bot + ".";
console.log(botIntroduction);
// User Editable Region
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Información del Desafío:
Construye un Bot de Saludos - Paso 7
