Build a String Inspector - Step 3

Tell us what’s happening:

I cannot figure out what my mistake is hear, please help?

Your code so far

const fccSentence = "freeCodeCamp is a great place to learn web development.";


// User Editable Region

console.log("Here are some examples of the includes() method:");
hasFreeCodeCamp = fccSentence.includes("freeCodeCamp")

// 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/147.0.0.0 Safari/537.36

Challenge Information:

Build a String Inspector - Step 3

hello!

have you declared your variable properly?