Test name | Executions per second |
---|---|
is | 2445019.5 Ops/sec |
IIFE | 726245376.0 Ops/sec |
typeof | 729168000.0 Ops/sec |
void | 725138048.0 Ops/sec |
let x;
Object.is(x,undefined)
let x;
x === (function(window, undefined){
// undefined
}(this))
let x;
typeof(x) === 'undefined'
let x;
x === void(0)