JS Coding Questions Logo
JS Coding Questions
#188💼 Interview

What are the bitwise operators available in javascript

Advertisement

728x90

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 ( >>> )

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 17

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
188of476
What are the bitwise operators available in javascript | JSCodingQuestions.com