Tell us what’s happening:
the last checkpoint requires the following ;" console.log
should be changed to print the FCC
and fact
variables"
i thought the correct answer should be
'print (FCC, fact);
instead of
console.log(FCC, fact) which is the actual correct answer,
I’m not really understanding why it is not “print”, since it says “should be changed to print” ?
thank you
Your code so far
const FCC = "freeCodeCamp"; // Change this line
let fact = "is cool!"; // Change this line
fact = "is awesome!";
print (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/16.3 Safari/605.1.15
Challenge: Basic JavaScript - Declare a Read-Only Variable with the const Keyword
Link to the challenge: