typeof vs isNaNFastest: typeof (11.5x faster)
157,217,616 ops/sec
13,721,731 ops/sec
Fastest: isNaN (1.1x faster)
853,423,040 ops/sec
759,286,656 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| typeof | |
| isNaN |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 170,907,584 Ops/sec |
| isNaN | 154,327,424 Ops/sec |