Build a Greeting Bot - Step 3

Tell us what’s happening:

I have not learned how to declare a valuble. So am I only to guess what is supposed to be there. Or is the information somewhere?

Your code so far

console.log("Hi there!");
console.log("I am excited to talk to you.");
// User Editable Region
let variable = Bot;
; 
// 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/149.0.0.0 Safari/537.36

Challenge Information:

Build a Greeting Bot - Step 3

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-greeting-bot/66ad8d150264db3926eccfeb.md at main · freeCodeCamp/freeCodeCamp · GitHub

Dont worry about it, i got it!

you may want to review this lesson https://www.freecodecamp.org/learn/javascript-v9/lecture-introduction-to-javascript/what-are-variables

I suggest to read the theories like this one before the Build a Greeting Bot workshop if you are stuck.

The error messages in the console can be also very helpful to find out what the proplem really is.

Please evade guessing, because it have the risk that you finish a task by writing a functioning code, but what you really need is to understand the codes logic. If you move on without the proper knowledge, you will be easily stuck lessons later. So, you did the right thing with asking for help, even if you solved the problem by yourself.