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 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
Challenge: Basic JavaScript - Declare a Read-Only Variable with the const Keyword
Link to the challenge:
Hi everyone!
Please am getting more confused here, I don’t really understand what to here.
I need an assistant, can anyone help me out?
my code below:
const FCC = "freeCodeCamp"; // Change this line
let fact = "is cool!"; // Change this line
fact = "is awesome!";
console.log(fCC, fact); // Change this line
I just did the code below and got passed.
const FCC = "freeCodeCamp"; // Change this line
let fact = "is cool!"; // Change this line
fact = "is awesome!";
console.log(FCC, fact); // Change this line