Changes

Jump to: navigation, search

JavaScript Arrays

31 bytes added, 14:54, 19 March 2009
What is a JavaScript Array
== What is a JavaScript Array ==
<google>ADSDAQBOX_FLOW</google>
A JavaScript array is an object that contains a number of items. Those items can be variables (such as strings or numbers) or even other objects (such as Image objects or custom objects which you as a JavaScript developer have created). Once you have grouped all the items into the array you can then perform tasks like sorting the array items into alphabetical or numerical order, accessing and changing the value assigned to each array item, and passing the group of items as an argument to a JavaScript function (see [[Understanding JavaScript Functions]]) by passing just the array object.

Navigation menu