instanceof vs typeof vs typeof no function vs typeof obj or string vs new Ojb| Test case name | Result |
|---|---|
| instanceof | |
| typeof | |
| typeof no function | |
| typeof obj or string | |
| new Ojb |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 1,442,049,664 Ops/sec |
| new Ojb | 1,160,713,984 Ops/sec |
| typeof no function | 722,150,528 Ops/sec |
| typeof obj or string | 715,871,360 Ops/sec |
| instanceof | 128,272,848 Ops/sec |