Test name | Executions per second |
---|---|
typeof | 720089408.0 Ops/sec |
IIFE | 718474752.0 Ops/sec |
void | 710439424.0 Ops/sec |
var name;
typeof(name) === 'undefined'
var name;
name === (function(window, undefined){
// undefined
}(this))
var name;
name === void(0)