The JavaScript Bitwise operators use 32-bit signed numbers. & AND | OR ~ NOT ^ XOR << Left shift (lhs is what is shifted, rhs is number of bits)
Right shift
The JavaScript Bitwise operators use 32-bit signed numbers. & AND | OR ~ NOT ^ XOR << Left shift (lhs is what is shifted, rhs is number of bits)