Search
Create a function hasPositiveNumbers() that takes an array of numbers as input and returns true if the array contains at least one positive number, otherwise returns false.
hasPositiveNumbers()