Changes

Jump to: navigation, search

JavaScript Arrays

188 bytes added, 14:58, 15 May 2007
JavaScript Array Object Methods and Properties
<td>prototype<td>Provides a mechanism for JavaScript developers to add their own properties to the array object</td>
</table>
 
== JavaScript Array Sorting ==
 
As an example of using the methods of the array object we can look at sorting the elememts in our ''myColors'' array. The following script example:
 
<pre>

Navigation menu