Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Chrome 97
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
includes 9883.5 Ops/sec
has 7428904.5 Ops/sec
Script Preparation code:
x
 
var a = new Array(1e5);
var lastIndex = a.length - 1;
for(i=0, I = a.length; i < I; i++) {
  a[i] = i;
}
var b = new Set(a);
Tests:
  • includes

     
    return a.includes(lastIndex)
  • has

     
    return b.has(lastIndex)