Run details:
Mozilla/5.0 (Linux; Android 10; RMX2020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.215 Mobile Safari/537.36 OPR/73.2.3844.69974
Opera Mobile 73
Android
Mobile
2 years ago
Test name Executions per second
array find 55022636.0 Ops/sec
array some 56734224.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');