Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Firefox 88
Ubuntu
Desktop
3 years ago
Test name Executions per second
delete 30165772.0 Ops/sec
Rest object 6278724.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;