A Array.unshift() (Method) Cross-references: ECMA 262 edition

A Array.unshift() (Method) Cross-references: ECMA 262 edition 2 section 15.4.4.2 ECMA 262 edition 3 section 15.4.4.2 “A” “B” “C” “D” Array instance 0 1 2 3 “ABCD” “A” “C”"B” “D” Array.unshift() (Method) Push onto a stack whose access is FILO from the start rather than the end. ECMAScript edition 3 JavaScript 1.2 JScript 5.5 Internet Explorer 5.5 Netscape 4.0 Netscape Enterprise Server 3.0 Number primitive -myArray.unshift(someValue, …) someValue A series of values to be pushed onto the stack Availability: Property/method value type: JavaScript syntax: Argument list:

Leave a Reply