zArray is an open source (LGPL) JavaScript library designed to augment the default Array implementation with new methods as well as methods implemented in other browsers.
Array
The Array
extension builds upon the existing JavaScript Array
object,
providing new methods as well as standardized ones. This extension ensures that
the Array
object has access to the latest methods as defined in
ECMA-262, 3rd edition, as well as the new Mozilla-based extensions.