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 | 1,003,869,952 Ops/sec |
| Self comparison | 1,001,263,872 Ops/sec |
| Number.isNan | 17,585,696 Ops/sec |
| isNaN | 17,496,074 Ops/sec |