Build a Greeting Bot - Step 7

Tell us what’s happening:

Need helping check my code. So I need help for answer

Your code so far


// User Editable Region

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

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0

Challenge Information:

Build a Greeting Bot - Step 7
https://www.freecodecamp.org/learn/full-stack-developer/workshop-greeting-bot/step-7

hi, and welcome to the forum.

Your code works for me.
Maybe try clicking the Reset button and then copy the code in again and see if it will work

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