Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 655daee

Browse files
authored
Merge pull request wesbos#58 from samdec11/sm/clarify_comments_in_exercise_7
Clarify questions in exercise 7
2 parents 505a752 + 5ec467d commit 655daee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

07 - Array Cardio Day 2/index-START.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
];
2626

2727
// Some and Every Checks
28-
// Array.prototype.some() // is at least one person 19?
29-
// Array.prototype.every() // is everyone 19?
28+
// Array.prototype.some() // is at least one person 19 or older?
29+
// Array.prototype.every() // is everyone 19 or older?
3030

3131
// Array.prototype.find()
3232
// Find is like filter, but instead returns just the one you are looking for

0 commit comments

Comments
 (0)