Build a Greeting Bot - Step 1

Tell us what’s happening:

n {message: “expected ‘’ to match /console\.log(.*)/”, showDiff: false, actual: ‘’, expected: undefined, operator: ‘strictEqual’, …}
#i @ javascript-test-evaluator.js:2
await in #i
handleMessage @ javascript-test-evaluator.js:2
onmessage @ javascript-test-evaluator.js:2
javascript-test-evaluator.js:2 n {message: expected '' to match /console\\.log\\((['"])Hi\\s+there!\\1\\);?/, showDiff: false, actual: ‘’, expected: undefined, operator: ‘strictEqual’, …}

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/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

Build a Greeting Bot - Step 1

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!