Changes

JavaScript Arrays

No change in size, 15:04, 15 May 2007
JavaScript Array Object Methods and Properties
<td>sort()<td>Sorts the elements of an array into alpha or numerical order</td>
<tr>
<td>splice()<td>Inserts and removes elements form from an array</td>
<tr>
<td>unshift()<td>Adds an elemt to the front of the array</td>