Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e73c6f commit 5ec467dCopy full SHA for 5ec467d
07 - Array Cardio Day 2/index-START.html
@@ -25,8 +25,8 @@
25
];
26
27
// Some and Every Checks
28
- // Array.prototype.some() // is at least one person 19?
29
- // Array.prototype.every() // is everyone 19?
+ // Array.prototype.some() // is at least one person 19 or older?
+ // Array.prototype.every() // is everyone 19 or older?
30
31
// Array.prototype.find()
32
// Find is like filter, but instead returns just the one you are looking for
0 commit comments