Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Programmer's Reference - Array Object

You are here: irt.org | XRef | core | Array

Array Object

Object/core
Internet Explorer 4
Netscape Navigator 3

Array Constructors

NameMSIENNavNotes
Array()43

Array Methods

NameMSIENNavNotes
concat()44
join()43
pop()5.54
push()5.54
reverse()43
shift()5.54
slice()44There are some bugs in the way this works in MSIE.
sort()43Not always a stable sort in some implementations.
splice()5.54In Netscape Navigator version 4, there are some bugs with the values that get returned by this method.
toLocaleString()5.56The ECMA standard reserves the first argument of this method for future use.
toSource()44.06
toString()43
unshift()5.54
valueOf()43

Array Functions

NameMSIENNavNotes
Array()43

Array Properties

NameMSIENNavNotes
constructor43
index5.54
input5.54
length43The length property is so unreliable as to be virtually unusable.
prototype43


You are here: irt.org | XRef | core | Array

©2018 Martin Webb