Operators JavaScript Tutorial

Bitwise operators in JavaScript only work with integers that are 32 bits in length.
Bitwise AND
Bitwise OR
Bitwise XOR (exclusive OR)
Bitwise NOT
Shift Left (Shift Right with Sign()
Shift Right Zero Fill()