Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created October 27, 2019 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igeligel/064009d4d6058ea1e19fb5725c694309 to your computer and use it in GitHub Desktop.
Save igeligel/064009d4d6058ea1e19fb5725c694309 to your computer and use it in GitHub Desktop.
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