JS: Bitwise Operators

By Xah Lee. Date: . Last updated: .
bitwise logic operators
~bitwise NOT.
&bitwise AND.
|bitwise OR.
^bitwise XOR.
bitwise shift operators
<<bitwise left shift.
>>bitwise right shift.
>>>bitwise 0-padded right shift.

JavaScript, Operators

BUY Ξ£JS JavaScript in Depth