They solutions I looked up aren’t working I don’t know why

Tell us what’s happening:
Describe your issue in detail here.

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_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15

Challenge: Declare a Read-Only Variable with the const Keyword

Link to the challenge:

Look at the instructions, the first line is not correct according to them

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.