The every() method returns true if all elements in an interator pass a test provided by a function.
Is every element in "123456789" greater than 7 ?