Test case name | Result |
---|---|
typeof x === "undefined" | |
x === undefined | |
x == undefined | |
x == null | |
!x |
Test name | Executions per second |
---|---|
typeof x === "undefined" | 13208726.0 Ops/sec |
x === undefined | 4919502.0 Ops/sec |
x == undefined | 4981227.5 Ops/sec |
x == null | 13932452.0 Ops/sec |
!x | 13954638.0 Ops/sec |