Hi. Your 2 lines of code for greeting and the console log for greeting passed for me. You may have changed the seed code so I suggest you reset the step.
Your solution works from my end. Please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.
Here is the message I receive when I input the code you supplied.
You should use template literals to concatenate the string My name is with the botName variable followed by a period (. ).
The console log is missing.
You changed the botName variable declaration from const to let
You also modified the value of the botName variable from teacherBot
Please reset the step to restore the seed code and try again.
Do not modify code you are not asked to modify.