JavaScript: Array.prototype.every()

Medium
19
1
74.0% Acceptance

In this lab, you will create two utility functions using Array.prototype.every() method. allPositive() will check if all elements of an array are positive, and startsWithCapital() will check if all elements of an array of strings start with a capital letter.