Tell us what’s happening:
Describe your issue in detail here.
Hi all! I’m curious if anyone else has come across an error in their basic JavaScript lesson. I feel confident I edited the code correctly for this test but it is still saying there is an error is setting the FCC to const. Any input would be greatly appreciated. Is there a way to report a bug that I’m missing? Thank you!
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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
Challenge: Declare a Read-Only Variable with the const Keyword
Link to the challenge: