Javascript Number gt(comparison)
Number.prototype.gt = function(comparison) { return this.valueOf() > comparison; };