typeof vs hasOwn vs hasOwnPropertyFastest: typeof (2.8x faster)
26,229,656 ops/sec
23,500,018 ops/sec
9,497,843 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| typeof | |
| hasOwn | |
| hasOwnProperty |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 152,626,352 Ops/sec |
| hasOwnProperty | 96,256,208 Ops/sec |
| hasOwn | 81,012,992 Ops/sec |