Hello, please kindly help check my code. The error message says:
You should change FCC to all uppercase. FCC should be a constant variable declared with const. console.log should be changed to print the FCC and fact variables.
I don’t seem to understand what to fix.
const fCC = "freeCodeCamp"; // Change this line
let fact = "is cool!"; // Change this line
fact = "is awesome!";
console.log(fCC, fact); // Change this line