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;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    typeof first
    typeof second

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
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 on Android
View result in a separate tab
Test name Executions per second
typeof first 5356307.5 Ops/sec
typeof second 5368219.0 Ops/sec