instanceof vs typeof vs typeof no function vs !! value| Test case name | Result |
|---|---|
| instanceof | |
| typeof | |
| typeof no function | |
| !! value |
| Test name | Executions per second |
|---|---|
| ✓ !! value | 22,448,668 Ops/sec |
| typeof | 22,144,772 Ops/sec |
| typeof no function | 11,832,039 Ops/sec |
| instanceof | 8,906,126 Ops/sec |