javascript fastest loop

JavaScript
for (var i = 0, len = myArray.length; i < len; i++) {

}
Source

Also in JavaScript: