Tell us what’s happening:
have restarted the lesson over twice and yet it will not allow me to declare hasFreeCodeCamp as a variable ive used the “let” and
“const” inputs yet its still saying im not declaring it as a variable to work with
Your code so far
const fccSentence = "freeCodeCamp is a great place to learn web development.";
console.log("Here are some examples of the includes() method:");
// User Editable Region
let hasFreeCodeCamp
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
Challenge Information:
Build a String Inspector - Step 3