LINQ-To-JavaScript icon indicating copy to clipboard operation
LINQ-To-JavaScript copied to clipboard

all function fails on empty array

Open cjmairair opened this issue 8 years ago • 0 comments

An empty array should cause all to return true, not to throw an error.

[].all(......) should be true, but throws an error

cjmairair avatar Jul 04 '17 23:07 cjmairair