Tell us what’s happening:
I don’t see where the error in my code, I need help please
Your code so far
const fCC = "freeCodeCamp"; // Change this line
let fact = "is cool!"; // Change this line
fact = "is awesome!";
console.log(fCC, fact); // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Android 10; Mobile; rv:96.0) Gecko/96.0 Firefox/96.0
Challenge: Declare a Read-Only Variable with the const Keyword
Link to the challenge: