Tell us what’s happening:
I’m stuck in the third stage . I don’t know what he wants. I tried searching and even asked. GPT . I don’t know what to do. This is the second hour of exploration and I don’t know what he wants.
this is teacher bot step 3
======================
Your code so far
// User Editable Region
const botName = "MathBot";
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/138.0.0.0 Safari/537.36
Challenge Information:
Build a Teacher Chatbot - Step 3
you missed one thing when you created this.
If you check the instructions you may spot it.
Hello, thank you for your reply. Give me the solution or explain with an example, please, because I don’t know what the correct solution is . I’ve been stuck on this since yesterday. If I don’t get an answer, I’ll skip this stage. Hahahahaha.
you forgot the period
(we don’t give solutions on this forum, just fyi)
I added the period
and the same problem. I also reset and the same problem.This is the full code. What do you think is wrong?
const botName = "MathBot";
const greeting = `My name is ${botName}.`;
console.log(greeting);
it looks like you changed other lines of code that were not requested to be modified here.
Click the Reset button to restore the original code given then just add the 2 lines of code requested.
1 Like
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
1 Like
Thank you so much it worked
1 Like
thank you I didn’t know that I will do that in the future
1 Like