Build a Teacher Chatbot - Step 3

Tell us what’s happening:

Why is it not working? Im pretty sure that did everything right

Your code so far


// User Editable Region

const greeting = `My name is ${botName}.`;
console.log(greeting);


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15

Challenge Information:

Build a Teacher Chatbot - Step 3

Welcome to the forum @brunoestudos6

Where did you declare thebotName variable?

Happy coding