So the problem I'm running into is I want to test each part of an array against a condition, and if ALL the parts of the array return false I want to do something but if any of them return true I want to do something else. For exampleSo the problem I'm running into is I want to te