-
Notifications
You must be signed in to change notification settings - Fork 0
Emulates the functional style array methods introduced in ECMAScript 5
Notifications
You must be signed in to change notification settings
airportyh/ecma5array
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
This Javascript library emulates the new array methods that are introduced in ECMAScript 5. Which are: forEach, reduce, reduceRight, map, filter, every, some, indexOf, and lastIndexOf. To use just include ecma5array.js and you are good to go. The code is tiny, only 70 LOC. See: - spec: http://www.ecma-international.org/publications/files/drafts/tc39-2009-025.pdf - my blog post: http://tobyho.com/The_New_ECMAScript5_Array_Methods_-_NOW
About
Emulates the functional style array methods introduced in ECMAScript 5
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published