isEvery (key, value) Booleanpublic
Returns true if the passed property resolves to the value of the second argument for all items in the enumerable. This method is often simpler/faster than using a callback.
Parameters:
- 
key 
String - the property to test
 - 
value 
[String] - optional value to test against. Defaults to `true`
 
Returns:
- 
Boolean 
Please login to continue.