|
Version 5.5 of Micosoft JScript adds these methods to the array object... not sure if they are available on current Client Side Javascript implementations
arrayObj.pop( )
arrayObj.push([item1 [item2 [. . . [itemN ]]]])
since its an implementation of the ECMA 262 language you might expect it to appear on the most recent browsers
|