Build a Greeting Bot - Step 1

Tell us what’s happening:

You should have a console.log() statement in your code.

Your code so far


// User Editable Region



// 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/132.0.0.0 Safari/537.36 OPR/117.0.0.0

Challenge Information:

Build a Greeting Bot - Step 1

Hi there, welcome to the community! :blush:

The lesson already said:

Add a console.log() statement that outputs the string “Hi there!” to the console. Don’t forget your quotes around the message!

Example Code
console.log("Hello, World!");

So you should have a console.log in your code with the text “Hi there!”