Calculate the sum of all digits of a numbers. If the sum is greater than 9 then again sum the digits. The sum is continuing until ...
/* Write a function that takes a list of numbers as input and returns the sum of all the even numbers in the list.