isNaN vs regex vs string comparisonFastest: isNaN (1.1x faster)
2,547,884 ops/sec
2,299,551 ops/sec
2,288,379 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| isNaN | |
| regex | |
| string comparison |
| Test name | Executions per second |
|---|---|
| ✓ isNaN | 2,547,884 Ops/sec |
| regex | 2,299,551 Ops/sec |
| string comparison | 2,288,379 Ops/sec |