Build a Teacher Chatbot - Step 5

Tell us what’s happening:

The exercise as bugged bro omg or im dumb help bro i relly need help fr help now!

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
const sentence = let sentence = `Today, you will learn about ${topic} in ${subject}.`;
// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36

Challenge Information:

Build a Teacher Chatbot - Step 5

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-teacher-chatbot/66b59be6ab830800c4df9146.md at main · freeCodeCamp/freeCodeCamp · GitHub

this is not something you can do, you can use const or you can use let, you can’t use both on the same line like that