Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36
Chrome 53
Mac OS X 10.11.5
Other
8 years ago
Test name Executions per second
forEach 808054.0 Ops/sec
some 827200.6 Ops/sec
Script Preparation code:
AخA
 
var array = new Array(100);
Tests:
  • forEach

     
    array.forEach(function(item, index) {
      array[i];
    });
  • some

     
    array.some(function(item, index) {
      array[i];
    });