Test case name | Result |
---|---|
typeof x === "undefined" | |
x === undefined | |
x == undefined | |
x == null |
Test name | Executions per second |
---|---|
typeof x === "undefined" | 74167584.0 Ops/sec |
x === undefined | 7531059.5 Ops/sec |
x == undefined | 7140890.5 Ops/sec |
x == null | 22071864.0 Ops/sec |