![]() |
sponsored links |
|
|
sponsored links
|
|
|
4
16th March 07:10
External User
Posts: 1
|
This will work fine. Since the subscript of the first element of the
array is zero, not one, array.length is always one greater than the highest subscript. So monkey[monkey.length] points just beyond the current length of the array. Javascript, being an interpreted language, simply adds an element to the array. -- Tim Slattery MS MVP(DTS) Slattery_T@bls.gov |
|