Course · Section 11: Working With Arrays · Lecture 169: some and every
Implement `checks(arr)` returning `[anyPositive, allPositive]` using `some` and `every`.
+ 1 hidden test run on Submit.
some reports whether any element is positive and every whether all are.
Run your code to see results.