Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0
Firefox 129
Ubuntu
Desktop
7 months ago
Test name Executions per second
array find 44244288.0 Ops/sec
array some 45775432.0 Ops/sec
HTML Preparation code:
AخA
 
1
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.core.js"></script>
Tests:
  • array find

     
    var a = ['hello', 'a', 'bc'];
    var b = a.find(item => item === 'bc');
  • array some

     
    var a = ['hello', 'a', 'bc'];
    var b = a.some(item => item === 'bc');