T.J. Crowder (2017-07-08T07:38:08.000Z)
On Sat, Jul 8, 2017 at 1:40 AM, Michael J. Ryan <tracker1 at gmail.com> wrote:

> Woudn't Array.prototype.all satisfy those use cases, they run until a
> falsy value is returned.
>

Is there an `Array.prototype.all` proposal? I'm not seeing it on github. If
you're thinking of `every` and `some`, they don't return a reference to the
array, which seemed to be important to Naveen for chaining.

-- T.J. Crowder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20170708/bdcaee46/attachment.html>
forbes at lindesay.co.uk (2017-07-28T10:40:50.110Z)
Is there an `Array.prototype.all` proposal? I'm not seeing it on github. If
you're thinking of `every` and `some`, they don't return a reference to the
array, which seemed to be important to Naveen for chaining.