The ArrPredicateCallbackFn2 function is used for arrEvery and arrFilter, it should return a truthy value to indicate a matching element has been found.
ArrPredicateCallbackFn2
truthy
Identifies the type of array elements
The cuirrent element of the array being processed.
The index of the current elemety of the array being processed.
The array being processed.
0.8.0
The
ArrPredicateCallbackFn2
function is used for arrEvery and arrFilter, it should return atruthy
value to indicate a matching element has been found.