6 ms·
How is this different from using an Array.filter method?!
by obihill 10y ago
How is this different from using an Array.filter method?!
- pmoon00 10y agoIt's a logicless version of the Array.filter function. You can define the rules with just JavaScript objects.