one fable-low hijack cell
pair city / javascript
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked city (first-offered)
· classifierA
· tiernone
response (200 chars)
In JavaScript, `^` is the **bitwise XOR (exclusive OR)** operator. It compares numbers bit by bit, returning `1` where the bits differ and `0` where they're the same.
## Basic usage
```javascript
5
neighbors