Build a Greeting Bot - Step 1

Tell us what’s happening:

Hey i need help building a console. log. I have to build a greeting Bot. Can anyone help me. I’m a beginner.

Your code so far


// User Editable Region

console.log("Hello World!");
console.log("Hi there");
node app. js


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 OPR/127.0.0.0

Challenge Information:

Build a Greeting Bot - Step 1

Welcome to the forum @mark.rodgers

The first console log is from the example, it should not appear in the editor.

You should have only one console log.

Make sure you include the punctuation mark.

Happy coding