Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 516 Bytes

array.rst

File metadata and controls

13 lines (9 loc) · 516 Bytes

Array methods

Extendables adds a considerable amount of methods to the Array object prototype. Most of these will be familiar from either Javascript 1.6+ (modern browsers implement Javascript 1.8 or higher) or from Jeremy Ashkenas' underscore.js library.

../../examples/arrays.jsx