|
JavaScript Programmer's Reference - Array Object
irt.org | XRef | core | Array
Array Object
Array Constructors
| Name | MSIE | NNav | Notes |
| Array() | 4 | 3 | |
Array Methods
| Name | MSIE | NNav | Notes |
| concat() | 4 | 4 | |
| join() | 4 | 3 | |
| pop() | 5.5 | 4 | |
| push() | 5.5 | 4 | |
| reverse() | 4 | 3 | |
| shift() | 5.5 | 4 | |
| slice() | 4 | 4 | There are some bugs in the way this works in MSIE. |
| sort() | 4 | 3 | Not always a stable sort in some implementations. |
| splice() | 5.5 | 4 | In Netscape Navigator version 4, there are some bugs with the values that get returned by this method. |
| toLocaleString() | 5.5 | 6 | The ECMA standard reserves the first argument of this method for future use. |
| toSource() | 4 | 4.06 | |
| toString() | 4 | 3 | |
| unshift() | 5.5 | 4 | |
| valueOf() | 4 | 3 | |
Array Functions
| Name | MSIE | NNav | Notes |
| Array() | 4 | 3 | |
Array Properties
| Name | MSIE | NNav | Notes |
| constructor | 4 | 3 | |
| index | 5.5 | 4 | |
| input | 5.5 | 4 | |
| length | 4 | 3 | The length property is so unreliable as to be virtually unusable. |
| prototype | 4 | 3 | |
irt.org | XRef | core | Array
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.