Tell us what’s happening:
trying to add another console.log statement to output the message “I am excited to talk to you.” to the console but the code shows error.
Your code so far
console.log("Hi there!");
// User Editable Region
console.log ("I am exited to talk to you.");
// 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/141.0.0.0 Safari/537.36
Challenge Information:
Build a Greeting Bot - Step 2