Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
Chrome 85
Windows
Desktop
4 years ago
Test name Executions per second
typeof 720089408.0 Ops/sec
IIFE 718474752.0 Ops/sec
void 710439424.0 Ops/sec
Tests:
  • typeof

    AخA
     
    var name;
    typeof(name) === 'undefined'
  • IIFE

     
    var name;
    name === (function(window, undefined){
      // undefined
    }(this))
  • void

     
    var name;
    name === void(0)