Found new operators with the String, Number and Boolean Objects JS-0080
Anti-pattern
Minor
5 months ago2 years old
Do not use String as a constructor
 9329  (e.Query = function (e) {
 9330    (this.clauses = []), (this.allFields = e)
 9331  }),
 9332  (e.Query.wildcard = new String('*')), 9333  (e.Query.wildcard.NONE = 0),
 9334  (e.Query.wildcard.LEADING = 1),
 9335  (e.Query.wildcard.TRAILING = 2),