Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
Chrome 111
Windows
Desktop
2 years ago
Test name Executions per second
includes 14181485.0 Ops/sec
lookup 14449971.0 Ops/sec
Script Preparation code:
AخA
 
var a = [];
for(let i = 0; i < 1000; i++){a.push(i)}
var b = new Set(a)
Tests:
  • includes

     
    return a.includes(499)
  • lookup

     
    return b.has(499)