Changes

Jump to: navigation, search

JavaScript Arrays

No change in size, 14:56, 15 May 2007
Initializing the Elements of an Array
</pre>
Another useful way to add elements to an array is to use the ''push()'' method of the array object. The push method simply adds a new elelemt element to the end of the array:
<pre>

Navigation menu