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

Smartphone icons created by Freepik - Flaticon

JS Unsigned Bitwise Right

The >>> Operator

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

This is a zero fill right shift. One or more zero bits are pushed in from the left, and the rightmost bits fall off: