Tell us what’s happening:
I wrote the console.log statement exactly as required to print the message, but the exercise still does not pass. I checked for spelling mistakes, quotation marks, and extra code, but I cannot find the issue. I need help understanding why the platform is rejecting my correct solution.
Your code so far
const fccSeconst fccSentence = "freeCodeCamp is a great place to learn web development.";
// User Editable Region
console.log("Here are some examples of the includes() method:" );
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36
Challenge Information:
Build a String Inspector - Step 2