[ad_1]
Bitwise XOR assignment (^=)
The bitwise XOR assignment operator (^=) uses the binary representation of both operands, does a bitwise XOR operation on them and assigns the result to the variable.
1
[ad_2]
solved what does ^= mean in js [duplicate]