Javascript Number le(right) return this <= right };
Number.prototype.le = function(right) { return this <= right };