Define bitwise operator in JavaScript
irrelevant answers will be reported
Answers
Answered by
1
Answer:
Bitwise operators treat its operands as a set of 32-bit binary digits (zeros and ones) and perform actions. However, the result is shown as a decimal value.
Explanation:
Hope this will help you and pls mark me as brainliest
Answered by
1
Javascript:
- JavaScript is a programming language commonly used in web development. It was originally developed by Netscape as a means to add dynamic and interactive elements to websites
Bitwise operators:
- Bitwise operators are used to performing manipulation of individual bits of a number. They can be used with any of the integral types (char, short, int, etc). They are used when performing update and query operations of Binary indexed tree
bitwise operator in JavaScript:
- Bitwise operators treat its operands as a set of 32-bit binary digits (zeros and ones) and perform actions. However, the result is shown as a decimal value.
HOPE IT HELP
Similar questions