Changes

Jump to: navigation, search

JavaScript Arrays

257 bytes added, 14:54, 15 May 2007
JavaScript Array Object Methods and Properties
<tr>
<td>unshift()<td>Adds an elemt to the front of the array</td>
</table>
 
<table border="1" cellspacing="0">
<th>Property<th>Description</th>
<tr>
<td>length<td>Contains the lenght of the array</td>
<tr>
<td>prototype<td>Provides a mechanism for JavaScript developers to add their own properties to the array object</td>
</table>

Navigation menu