Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36
Chrome 81
Windows 7
Desktop
5 years ago
Test name Executions per second
1 1544660.9 Ops/sec
2 569581.7 Ops/sec
Script Preparation code:
AخA
 
var array = new Array(100);
var i = 0;
Tests:
  • 1

     
    for (i; i < array.length; i++) {
      console.log(i);
    }
  • 2

     
    array.forEach(function(item, index) {
      console.log(item);
    });