Run details:
Mozilla/5.0 (Linux; Android 9; Nokia 8 Sirocco) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36
Chrome Mobile 73
Android
Mobile
6 years ago
Test name Executions per second
typeof first 5356307.5 Ops/sec
typeof second 5368219.0 Ops/sec
Script Preparation code:
AخA
 
var obj = { a: 1, b: 2, c: 3, d: 4, e: 5 };
Tests:
  • typeof first

     
    typeof obj.d !== 'undefined'
  • typeof second

     
    'undefined' !== typeof obj.d;