Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
Chrome 124
Mac OS X 10.15.7
Desktop
8 months ago
Test name Executions per second
Includes 28236580.0 Ops/sec
Object[key] 25404580.0 Ops/sec
Script Preparation code:
AخA
 
var obj = (new Array(1000)).fill(null).reduce((prev, newVal) => {prev[Math.random() + ''] = Math.random() + ''; return prev; }, { sausage: 'tst' });
var array = Object.keys(obj);
Tests:
  • Includes

     
    array.includes('sausage')
  • Object[key]

     
    obj['sausage']