Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0
Firefox 138
Windows
Desktop
one month ago
Test name Executions per second
array[array.length - 1] 2252743680.0 Ops/sec
array.at(-1) 1246780672.0 Ops/sec
Script Preparation code:
AخA
 
var array = [1,2,3];
Tests:
  • array[array.length - 1]

     
    var d = array[array.length - 1];
  • array.at(-1)

     
    var z = array.at(-1);