no entiendo como hacer el mensaje y quiero que me ayuden
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:");
// User Editable Region
const hasFreeCodeCamp = fccSentence.includes("freeCodeCamp");
console.log()
// 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
I also cannot seem to get my head around this part. If someone could explain differently than just saying to type in the info as is. As I’ve done this several ways and it still won’t accept. Cannot find ANY help regarding this step anywhere.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.