Hi. I’m stuck. I don’t know about everyone else, but I’m spending way to much time on each question. Please help.
Your code so far
var fCC = "freeCodeCamp"; const FCC="freeCodeCamp";
var fact = "is cool!"; letfact="is cool!";
fact = "is awesome!";
console.log(fCC, fact);
print(FCC,fact);
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/211.1.447770393 Mobile/15E148 Safari/604.1
Challenge: Declare a Read-Only Variable with the const Keyword
Link to the challenge: