From: Gavin Kistner Date: 2006-10-17T02:04:08+09:00 Subject: Re: Non-declared variables From: ara.t.howard@noaa.gov [mailto:ara.t.howard@noaa.gov] > it's not the actual typing of the lines that takes so long - > it's reasoning over it. ...and yet (for me) the actual typing of the lines *is* a significant portion, even though I'm a reasonably fast typer. I just performed a simple test to be sure. It took me 45 seconds to type (the Ruby code): myArray.each{ |a,b| alert( a, b ) } five times in a row. It took me 60 seconds to type (the JS code): for ( var i=0, len=this.length; i