Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
is variable undefined? typeof variable === "undefined" vs variable === undefined
Comparing whether checking is (typeof variable === "undefined") is faster than (variable === undefined)
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36
Browser:
Chrome Mobile 129
Operating system:
Android
Device Platform:
Mobile
Date tested:
one year ago
Test name
Executions per second
typeof string is undefined
26955936.0 Ops/sec
typeof undefined is undefined
1108489.4 Ops/sec
string is undefined
698358.0 Ops/sec
undefined is undefined
357209.0 Ops/sec
Tests:
typeof string is undefined
typeof "not undefined" === "undefined"
typeof undefined is undefined
typeof undefined === "undefined"
string is undefined
"not undefined" === undefined
undefined is undefined
undefined === undefined