FrontendDeveloper.in

JavaScript question detail

What are the bitwise operators available in javascript

Below are the list of bitwise logical operators used in JavaScript

  1. Bitwise AND ( & )
  2. Bitwise OR ( | )
  3. Bitwise XOR ( ^ )
  4. Bitwise NOT ( ~ )
  5. Left Shift ( << )
  6. Sign Propagating Right Shift ( >> )
  7. Zero fill Right Shift ( >>> )
Back to all JavaScript questions
Get LinkedIn Premium at Rs 399