`filter().length` vs. `reduce` vs. `for` fork (version: 0)
Compare `filter().length` vs `reduce` vs `for` loop by counting element that satisfy condition.
Forked from https://www.measurethat.net/Benchmarks/Show/22294/0/filterlength-vs-reduce-vs-for
Comparing performance of: filter().length vs reduce vs for loop