Home Timer
Using this handy timer... Which takes longer? for(var i=0; i<1000; i++){} or var ray = new Array(1000); for(var i=0; i<ray.length; i++) {}