Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
isnan vs typeof
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
Browser:
Firefox 117
Operating system:
Windows
Device Platform:
Desktop
Date tested:
2 years ago
typeof
1153.2M/s
isNaN
1116.7M/s
View exact numbers
Test name
Executions per second
✓
typeof
1,153,168,768 Ops/sec
isNaN
1,116,725,504 Ops/sec
Tests:
isNaN
isNaN(5)
typeof
typeof 5 === 'number' && isNaN(5)