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/8d4fcd98aa6822c5b0b84418179c698c to your computer and use it in GitHub Desktop.
Save igeligel/8d4fcd98aa6822c5b0b84418179c698c to your computer and use it in GitHub Desktop.
const numbers = [1, 4, 9];
const includesFour = numbers.includes(4);
console.log(includesFour);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment