Javascript Number ge(right) return this >= right };
Number.prototype.ge = function(right) { return this >= right };