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