Skip to content
Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.count([predicate]) : number

Method returns a number that represents how many elements in an iterable satisfy the condition.

Kind: instance method of Manipula

Param Type Description
[predicate] logicalPredicate A function to test each element for a condition.
Clone this wiki locally