Test name | Executions per second |
---|---|
test1 | 883961856.0 Ops/sec |
test2 | 883211776.0 Ops/sec |
<script src=''></script>
const myObject = {
value:"Hello World"
}
const {value} = myObject
const myObject = {
value:"Hello World"
}
const value2 = myObject.value