Where did the variable go?
Then use either a template literal or string concatenation to log the message
fccSentence.includes("freecodecamp") returns <hasLowercaseFCC> because includes is case-sensitive.to the console.
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
