Run details:
Mozilla/5.0 (Linux; Android 12; KB2003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36
Chrome Mobile 106
Android
Mobile
2 years ago
Test name Executions per second
array find 136599120.0 Ops/sec
array some 136723056.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');