Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
Chrome 96
Windows
Desktop
3 years ago
Test name Executions per second
includes() 1038918720.0 Ops/sec
indexOf() 186253104.0 Ops/sec
test() 44778180.0 Ops/sec
Tests:
  • includes()

    AخA
     
    ['apple', 'orange', 'lemon', 'blueberry'].includes('lemon')
  • indexOf()

     
    ['apple', 'orange', 'lemon', 'blueberry'].indexOf('lemon') > -1
  • test()

     
    /^(apple|orange|lemon|blueberry)$/.test('lemon')