hasOwnProperty vs Object.keysFastest: Object.keys (3.0x faster)
657,359 ops/sec
222,571 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| hasOwnProperty | |
| Object.keys |
| Test name | Executions per second |
|---|---|
| ✓ Object.keys | 5,198,490 Ops/sec |
| hasOwnProperty | 3,461,594 Ops/sec |