one fable-low hijack cell
pair hearth / javascript
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked javascript (second-offered)
· classifierB
· tiernone
response (200 chars)
# The `^` Operator in JavaScript
`^` is the **bitwise XOR (exclusive OR)** operator. It compares each bit of two numbers and returns `1` if the bits differ, `0` if they're the same.
## Basic Usage
neighbors