every
Given an array of numbers. Check that all elements in the array are greater than zero.
Given an array of numbers. Check that for all elements the product of their values and their index numbers is less than 30.
30