Build a Teacher Chatbot - Step 3

Tell us what’s happening:

console.log(“Hi there!”);

const botName = “teacherBot”;

const greeting = My name is ${botName}. ;

console.log(greeting);

Your code so far

console.log("Hi there!");

const botName = "teacherBot";


// User Editable Region

const greeting = `My name is ${botName}. `;

console.log(greeting);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a Teacher Chatbot - Step 3

hi there!
what issue are you havcing here?

the code looks okay but i cant move to step 4

where you asked to include a space at the end of this string?

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