Untitled

 avatar
unknown
plain_text
4 years ago
140 B
4
Indexable
const FCC = "freeCodeCamp";
let fact = "is cool!";
// Only change code above this line

// FACT_one = "is awesome!";
console.log(FCC, fact);
Editor is loading...