Created
December 20, 2021 18:30
-
-
Save paladinescamila/1e07f69a294b595764253976b56444f0 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
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