notEveryWhere()Determines whether a specific test does not pass for all of the items in an array.
This function is valid in v2.23.0 to v2.24.3. This function has been downloaded 39 times.[\"details\", \"age\", \">=\", 18] can be used to make sure that array[index].details.age >= 18 occurs. If no comparator is supplied === will be used. If one of the paths doesn't exist the entire test will fail.true only if at least one of the values in array fails one of the given rules. Otherwise false is returned.This function directly requires the following function which is included automatically:
everyWhere()This function is directly required by the following function:
everyWhere()