Count If Objects

Syntax

Count If Object

Parameters

Array

Array of objects

Predicate

Function that takes object and returns boolean.
If Array's element returns true CountResult increases

Output

CountResult

Total Array's values that returns true in Predicate