Describe your issue in detail here.
1.The string assigned to FCC should not be changed?
2.console.logshould be changed to print theFCCandfact` variables?
You correctly changed the first variable name, however you were not supposed to change the value of the string.
The instructions for the last line console.log did not ask you to change it to print, which is not a JavaScript method. Also, you changed the arguments into strings by nesting them in quotes. Just change the first variable name to match the casing.
Please reset the step to restore the original code Then only modify the code you are asked to. The tests make specific tests in the code. Altering any part of the code you are not asked to change will fail the tests.