Changes

JavaScript Arrays

153 bytes added, 14:28, 15 May 2007
Accessing the Elements of a JavaScript Array
== Accessing the Elements of a JavaScript Array ==
 
Any element of an array can be accessed by referencing the index into that array. For example to access the thrid element of our myColors array:
 
<pre>