variables and string

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

Your code so far


const FCC = "freeCodeCamp"; // Change this line
const 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/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36

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

Link to the challenge:

Please describe the issue you are having.

Thanks for the willing to help but I’ve sorted it out
Appreciate it

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