Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
Chrome 101
Mac OS X 10.15.7
Desktop
2 years ago
Test name Executions per second
delete 14001055.0 Ops/sec
Rest object 1437614.5 Ops/sec
Script Preparation code:
AخA
 
var obj = {
  a:1,
  b:2,
  c:3
}
Tests:
  • delete

     
    delete obj.a
  • Rest object

     
    const { a, ...rest } = obj;