Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
Chrome 93
Windows
Desktop
3 years ago
Test name Executions per second
Concat 3791.2 Ops/sec
Push 3350709.2 Ops/sec
Spread syntax 0.4 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]