Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108
Linux
Desktop
2 years ago
Test name Executions per second
Concat 2997.7 Ops/sec
Push 10146404.0 Ops/sec
Spread syntax 2.8 Ops/sec
Script Preparation code:
AخA
 
var arr = [4, 2, 1];
Tests:
  • Concat

     
    arr = arr.concat(3);
  • Push

     
    arr.push(3)
  • Spread syntax

     
    arr = [...arr, 3]