Provides extensions to the base ECMAScript (JavaScript) Array functionality by adding static methods.
Namespace: None. This type extension is global and not part of a namespace.
Inherits: Array
|
|---|
var arrayVar = new Array("Saturn","Mars","Jupiter");
Array.add(arrayVar, "Earth"); |
Member Extensions
Remarks
Example
The following example shows how to create a new Array object and invoke the Microsoft AJAX Library add function to add arrays as an element to a single array. The multidimensional array is then passed to a function that displays the array as a table in the document.
See Also
Other Resources
Array Object
new Operator