Build a Mathbot - Step 6

I’m just wondering why in this step the console.log message works only with double quotes and not with backticks. Thank you

console.log (The Math.floor() method rounds the value down to the nearest whole integer.) - this doesn’t work ( I put the backticks after the first parenthesis and before the last one, but they’re not visible here in the forum)

console.log(“The Math.floor() method rounds the value down to the nearest whole integer.”); - this works

Can you link to the step please.

Because the test is written like that

You can create an issue so that backticks are also allowed

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.