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
Test name
Executions per second
isNaN
1116725504.0 Ops/sec
typeof
1153168768.0 Ops/sec
Tests:
isNaN
isNaN(5)
typeof
typeof 5 === 'number' && isNaN(5)