one fable-low hijack cell
pair c / javascript
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
In JavaScript, `^` is the **bitwise XOR (exclusive OR)** operator — it is **not** exponentiation.
## How it works
`a ^ c` compares the binary bits of two numbers. Each result bit is `1` if the bits
neighbors