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