Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created October 27, 2019 14:18
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/c5af7795250af97e7787a9c2b3c3ec41 to your computer and use it in GitHub Desktop.
Save igeligel/c5af7795250af97e7787a9c2b3c3ec41 to your computer and use it in GitHub Desktop.
const name = "Emilio";
const includesPattern = name.includes("mel");
console.log(includesPattern);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment