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