Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Firefox 91
Windows
Desktop
3 years ago
Test name Executions per second
IndexOf 61046780.0 Ops/sec
Includes 63909424.0 Ops/sec
some 163374176.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')