JSH318902: Do not use bitwise operators

This rule prohibits the use of bitwise operators such as ^ (XOR), | (OR) and others. Bitwise operators are very rare programs and quite often & is simply a mistyped &&. (JSHint option 'bitwise')

TypeName: DoNotUseBitwiseOperators
CheckId: JSH318902
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus