User Guide

Array 249
Property summary
Properties inherited from class Object
Constructor summary
Modifiers Property Description
static CASEINSENSITIVE:Number Represents case-insensitive sorting.
static DESCENDING:Number Represents a descending sort order.
length:Number A non-negative integer specifying the
number of elements in the array.
static NUMERIC:Number Represents numeric sorting instead of
string-based sorting.
static RETURNINDEXEDARRAY:Number Represents the option to return an
indexed array as a result of calling the
sort() or sortOn() method.
static UNIQUESORT:Number Represents the unique sorting
requirement.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
Array([value:Object]) Lets you create an array.