Calls a given closure/function with every element in a given array and returns true if one of the closure calls returns true
arraySome(array, closure [, parallel] [, maxThreads])
→ returns boolean
array.some(closure [, parallel] [, maxThreads])
20