A better array for the browser and node.js. Supports events & many functional goodies.
Stars
707
Forks
53
Watchers
707
Open Issues
9
Overall repository health assessment
~1.1.0~1.2.1**98
commits
11
commits
8
commits
3
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Merge pull request #30 from airportyh/array_and_context
3037e9aView on GitHubSupport for ES5 requirement of 3 parameter for callbacks being the original array and context set for the callback if provided as second parameter for iteration methods.
d641555View on GitHubAdded support for fromIndex (2nd) parameter for indexOf and lastIndexOf.
6c553e9View on GitHubMerge pull request #28 from airportyh/reduceRight_and_some
62ffe18View on GitHubChanged some to just an alias to any, removed duplicate tests.
a23f010View on GitHubAdded support for `some()` and `reduceRight()` methods to match ECMAScript 5 spec.
d306737View on GitHub