every()
Last updated
Was this helpful?
Last updated
Was this helpful?
areFalse().every()
Checks whether every provided value of rest parameter of the areFalse()
function is a boolean
type or an instance of Boolean
equal to false.
The return value is a boolean
indicating whether the provided values of areFalse()
are a boolean
type or an instance of Boolean
equal to false
.