Build a String Inspector - Step 4

Tell us what’s happening:

am not getting it, the statement is not explained. correctly

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:");

const hasFreeCodeCamp = fccSentence.includes("freeCodeCamp");

// User Editable Region

console.log(`${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/142.0.0.0 Safari/537.36

Challenge Information:

Build a String Inspector - Step 4

Hi.

You haven’t logged the whole sentence given in the instructions to the console. You need to add the rest.