Build a Greeting Bot - Step 1

Tell us what’s happening:

I am confused, could you help me please. Iam trying to make output.

Your code so far


// User Editable Region

console.log()
const message = Hi there
console.log (message);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Greeting Bot - Step 1

look at the example, see how you have a console.log, and there is a string between the brackets? you need to do something really similar, but write the other string that is written in the instructions below the example