Construir un Mathbot - Paso 1

Cuéntanos qué está pasando:

I’ve tried using English and Spanish, and the ${botName} method doesn’t work, nor does +botName +… I don’t know what else to do.

Tu código hasta el momento


// User Editable Region

const botName = "MathBot";
const greeting = "¡Hola! Me llamo " + botName + " y estoy aquí para enseñarte sobre el objeto Math!";
console.log(greeting); 

// 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/145.0.0.0 Safari/537.36

Información del Desafío:

Construir un Mathbot - Paso 1

Replace “¡Hola!” with “Hi there!” and see if the test passes. Once you’ve done that, you might want to let someone know about this difference so the instructions can be fixed.

please take the text to use from the English version https://www.freecodecamp.org/learn/javascript-v9/workshop-mathbot/step-1