Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36
Chrome 94
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
Concat 1771.1 Ops/sec
Push 9690181.0 Ops/sec
Spread syntax 2.1 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]