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

Smartphone icons created by Freepik - Flaticon

JavaScript Bitwise AND

The & Operator

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

Bitwise AND (&) returns 1 only if both bits are 1: