Skip to content

Commit

Permalink
Clarify questions in exercise 7
Browse files Browse the repository at this point in the history
  • Loading branch information
samdec11 committed Dec 19, 2016
1 parent 3e73c6f commit 5ec467d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 07 - Array Cardio Day 2/index-START.html
Expand Up @@ -25,8 +25,8 @@
];

// Some and Every Checks
// Array.prototype.some() // is at least one person 19?
// 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?

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

0 comments on commit 5ec467d

Please sign in to comment.