Skip to content

Instantly share code, notes, and snippets.

@paladinescamila
Created December 20, 2021 18:30
Show Gist options
  • Save paladinescamila/1e07f69a294b595764253976b56444f0 to your computer and use it in GitHub Desktop.
Save paladinescamila/1e07f69a294b595764253976b56444f0 to your computer and use it in GitHub Desktop.
let numbers = [2,4,6,8,10];
// includes7 = false
let includes7 = numbers.includes(7);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment