Javascript Number commafy()
commafy()
Number.prototype.commafy = function () { return String(this).commafy(); }