Frontend/JavaScript

Bitwise OR(|)

섕걍 2022. 4. 5. 22:40

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR

 

Bitwise OR (|) - JavaScript | MDN

The bitwise OR operator (|) returns a 1 in each bit position for which the corresponding bits of either or both operands are 1s.

developer.mozilla.org

이 해 완! !