Font-size: A A A
The & is the arithmetic bitwise AND operator. This operator returns a 1 for each bit position where the corresponding bits of both its operands are 1.
var result = A & B;