typeof vs Number.isNan vs isNaN vs Self comparison| Test case name | Result |
|---|---|
| typeof | |
| Number.isNan | |
| isNaN | |
| Self comparison |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 10,999,733 Ops/sec |
| Number.isNan | 10,217,771 Ops/sec |
| isNaN | 10,064,553 Ops/sec |
| Self comparison | 9,888,287 Ops/sec |