How Bitwise operator work in JavaScript?
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. Note: The minimum and the maximum integers that are representable through a 32-bit signed number are -2147483648 to 2147483647
Similar questions
English,
8 months ago