Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82
Chrome 114
Windows
Desktop
one year ago
Test name Executions per second
spread 151708.0 Ops/sec
apply 154791.8 Ops/sec
Script Preparation code:
AخA
 
function test() { console.log(arguments[arguments.length - 1]); }
var using = (new Array(200)).fill(null).map((e, i) => (i));
Tests:
  • spread

     
    test(...using);
  • apply

     
    test.apply(null, using)