Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

airportyh/ecma5array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

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

No packages published

AltStyle によって変換されたページ (->オリジナル) /