Font-size: A A A
The ^ is the arithmetic bitwise XOR operator. This operator returns a 1 for each position where one (not both) of the corresponding bits of its operands is a 1.
var result = A ^ B;