Test case name | Result |
---|---|
for..in with hasOwnProperty() | |
for..in without hasOwnProperty() | |
Object.keys() + Array.forEach() | |
Object.keys() + Array.for() |
Test name | Executions per second |
---|---|
for..in with hasOwnProperty() | 2496.3 Ops/sec |
for..in without hasOwnProperty() | 2457.4 Ops/sec |
Object.keys() + Array.forEach() | 7996.7 Ops/sec |
Object.keys() + Array.for() | 8815.0 Ops/sec |