Test case name | Result |
---|---|
typeof val === 'undefined' | |
typeof val !== 'undefined' | |
!!val | |
!val |
Test name | Executions per second |
---|---|
typeof val === 'undefined' | 9744942.0 Ops/sec |
typeof val !== 'undefined' | 9913581.0 Ops/sec |
!!val | 10258979.0 Ops/sec |
!val | 10022835.0 Ops/sec |