In your code have problem

Tell us what’s happening:
Describe your issue in detail here.
hello. in this code showing me that i made wrong in code but i wrote const.

Your code so far


const FCC = "FREE_CODE_CAMP";

let fact = "is cool!";

// Only change code above this

fact = "is cool!";

console.log(FCC, fact);

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0

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

Link to the challenge:

What are you trying to do? What do the failing tests say? Why did you assign “is cool!” to to fact twice?

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