Build a Teacher Chatbot - Step 4

Tell us what’s happening:

i don’t no.I correctly declared and assigned the value but it’s showing error pls help me

Your code so far

console.log("Hi there!");

const botName = "teacherBot";

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


// User Editable Region

let subject= "Javascript"
let topic= "strings"

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

Challenge Information:

Build a Teacher Chatbot - Step 4

Hi. The tests are case sensitive. Check the text of your subject variable again