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