This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JS Bitwise OR

The | Operator

document.getElementById("demo").innerHTML = 5 | 1;

Bitwise OR (|) returns 1 if one of the bits are 1: