Tell us what’s happening:
why do they still keep my codee from passing… my sentence variable is created ,or is ther something i’m not getting right?. please help
Your code so far
console.log("Hi there!");
const botName = "teacherBot";
const greeting = `My name is ${botName}.`;
console.log(greeting);
const subject = "JavaScript";
const topic = "strings";
// User Editable Region
let sentence = `Today, you will learn about ${strings} in ${JavaScript}.`;
console.log(sentence);
// 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/135.0.0.0 Safari/537.36
Challenge Information:
Build a Teacher Chatbot - Step 5