Build a String Inspector - Step 2

Tell us what’s happening:

I exactly wrote the same text which its want me to write but it now allowed me to pass. Can you please help?

Your code so far

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


// User Editable Region

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

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

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

Challenge Information:

Build a String Inspector - Step 2

Your code worked for me. Have you added the variable again? I suggest you reset in case you have changed the seed code and try again.

you have fccSentence declared twice, that’s a syntax error and the code does not work anymore