instanceof vs typeof vs typeof no function vs typeof obj or string vs new Ojb vs string or obj| Test case name | Result |
|---|---|
| instanceof | |
| typeof | |
| typeof no function | |
| typeof obj or string | |
| new Ojb | |
| string or obj |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 1,445,575,296 Ops/sec |
| new Ojb | 1,102,101,632 Ops/sec |
| typeof obj or string | 717,184,768 Ops/sec |
| typeof no function | 712,616,832 Ops/sec |
| instanceof | 129,415,968 Ops/sec |
| string or obj | 43,195,492 Ops/sec |