![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Can someone please explain this code?
From: Richard Cornford <Richard@litotes.demon.co.uk>
Date: Mon Jan 30 2006 - 23:03:47 CET
amerar@iwc.net wrote:
The length property of the - options - collection of a SELECT element
> Line #2 then creates an array called 'group' that has
It is not a maximum length. Javascript Arrays have a maximum length, but
> What could line #3
Spinning its wheels. A javascript - for - statement controls the
> & #4 be doing?
Because the loop has uselessly executed by the time line 4 is executed
> The array has already been created with the size........I'm
It is an attempt to make an array of arrays written by someone
Richard.
|