Changes

JavaScript Arrays

2 bytes added, 15:06, 15 May 2007
JavaScript Array Object Methods and Properties
<td>concat()<td>Concatenates the elements passed into an array</td>
<tr>
<td>join(''separator'')<td>Joins together all the elements in an array to produce a single string. If no ''separator '' argument is passed through a comma is assumed.</td>
<tr>
<td>pop()<td>Deletes the last element added to the array - the opposite of push()</td>