-
-
Save igeligel/064009d4d6058ea1e19fb5725c694309 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const name = "Melissa"; | |
const includesPattern = name.toLowerCase().includes("mel"); | |
console.log(includesPattern); | |
// Outputs true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment