Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
de vs dess5
(version: 4)
Comparing performance of:
de vs des
Created:
3 years ago
by:
Registered User
Jump to the latest result
Script Preparation code:
var obj = { a:1, b:2, c:3 }
Tests:
de
delete obj.a
des
const { a, ...rest } = obj;
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
de
des
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
For in vs For of
Variable assignment from object | traditional vs destructuring
Object speard vs assign
Destructure vs Traditional
hasOwnProperty string vs number
Comments
Confirm delete:
Do you really want to delete benchmark?