Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
Chrome 101
Linux
Desktop
2 years ago
Test name Executions per second
Concat 6134.9 Ops/sec
Push 7732924.5 Ops/sec
Spread syntax 1.7 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]