Returns a boolean indicating whether the given condition has ever been false.
condition
false
The condition or a function that returns the condition to check. If a function is given, evaluation is lazy and the function will not be called again after it has returned false once. The function identity should be stable.
Returns a boolean indicating whether the given
conditionhas ever beenfalse.