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