Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0
Firefox 118
Linux
Desktop
one year ago
Test name Executions per second
array[array.length - 1] 1592133760.0 Ops/sec
array.at(-1) 1150734208.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);