First, list your birthdays, like 1987 12 25.
And then the addition of a bit 1+9+8+7+1+2+2+5=35
We'll split the numbers and add 3+5=8.
The number 8 is the final result, if more than 10 of the words are split and then add
1 kidney
2 eyes
3 Talent Talent
4 Benign genes
5 Friendship
6 The Heart of charity
7 Affection
8 Health and life expectancy
9 Love
10 Congratulations, you have a pure soul, best for pawn.
Examples of Cloeft
<script type= "Text/javascript" > var str = "19871229"; var count = 0; for (var i = 0; i < str.length i++) Count + = parseint (Str.charat (i)); Alert (GetResult (count)); function GetResult (x) {var a = Math.floor (X/10); var B = x%10; if (A+b >) return GetResult (A+B); else return (A+B); } </script>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
example of a handsome frog
<script> var birthday = "1982512"; Birthsum (birthday); function Birthsum (str) {var bsum = 0; var arr = str.tostring (). Split ("); for (var i = 0; i<arr.length; i++) {bsum + = parseint (Arr[i]); } if (Bsum >) {birthsum (bsum); }else{alert (bsum); }} </script>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
Examples of Ariex
<script type= "Text/javascript" > var num= "11111232"; var sum=0; while (true) {for (Var i=0;i<num.length;i++) {Sum+=parseint (Num.charat (i)); } if (sum<11) break; else{num=sum+ ""; sum=0; } alert (sum); </script>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
Current 1/2 page
12 Next read the full text