Tell us what’s happening:
Hi there,
As far as I know my code is correct and also gives the correct output to the console. Can anyone tell me why it won’t pass?
Kind regards
Your code so far
// User Editable Region
const botName = "MathBot";
const greeting=`Hi there! My name is ${botName} and I am here to teach you about the Math object!`;
console.log(greeting);
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko/20100101 Firefox/152.0
Challenge Information:
Build a Mathbot - Step 1