find() vs indexOf() vs for...of vs for-loop - bigger array (version: 8)
Testing the difference between native loops and find() with a bigger array of 10,001 elements :)
Fixed bug in the original test forked from: https://www.measurethat.net/Benchmarks/Show/4261/0/find-vs-forof-vs-for-loop
(node.id is undefined in find() test)
Comparing performance of: for-loop vs for..of vs Array.find() vs indexOf