Build a String Inspector - Step 4

Tell us what’s happening:

basically i’ve tried everything and its not working

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



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

Challenge Information:

Build a String Inspector - Step 4

show us what you have tried, there is no code written by you in your post

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.