Run details:
Mozilla/5.0 (X11; CrOS aarch64 13421.102.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.199 Safari/537.36
Chrome 86
Chrome OS 13421.102.0
Desktop
4 years ago
Test name Executions per second
Concat 2870.6 Ops/sec
Push 3572602.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]