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() | 5175.5 Ops/sec |
for..in without hasOwnProperty() | 7128.0 Ops/sec |
Object.keys() + Array.forEach() | 8911.6 Ops/sec |
Object.keys() + Array.for() | 9738.4 Ops/sec |