Test case name | Result |
---|---|
typeof x === "undefined" | |
x === undefined | |
x == undefined | |
x == null |
Test name | Executions per second |
---|---|
typeof x === "undefined" | 14431740.0 Ops/sec |
x === undefined | 5395422.5 Ops/sec |
x == undefined | 5355203.5 Ops/sec |
x == null | 14574359.0 Ops/sec |