Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108
Windows
Desktop
2 years ago
Test name Executions per second
IndexOf 11372278.0 Ops/sec
Includes 12435647.0 Ops/sec
some 9593888.0 Ops/sec
HTML Preparation code:
x
 
1
2
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.min.js'></script>
Script Preparation code:
 
var array = ['banana', 'sausage', 'jesus']
Tests:
  • IndexOf

     
    array.indexOf('sausage') !== 1
  • Includes

     
    array.includes('sausage')
  • some

     
    array.some(v => v === 'sausage')