Javascript Number ne(right) return this != right };
Number.prototype.ne = function(right) { return this != right };