loop array by 3 elements code example Example: javascript best way to loop through array var len = arr.length; while (len--) { // blah blah }