undefined vs typeof vs in vs hasOwn vs bool| Test case name | Result |
|---|---|
| undefined | |
| typeof | |
| in | |
| hasOwn | |
| bool |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 40,375,368 Ops/sec |
| bool | 39,150,148 Ops/sec |
| undefined | 37,448,980 Ops/sec |
| in | 35,642,988 Ops/sec |
| hasOwn | 19,054,142 Ops/sec |