If you run this code you get 599052. It does this for any number this length until it contains an 8 or 9 generally. Also if the starting number is not a 0 it will work. This really stumped me and I scoured the web to no avail. I'm hoping someone here has some insight into what is going on here.
var addd = function (num) {
return num;
};
addd(02222014);