one fable-low hijack cell
pair javascript / truth
envelope en_bare_or_q
ordering BA
effort low
Bare English 'or' with question mark — '{X} or {Y}?'
verdictpicked truth (second-offered)
· classifierB
· tiernone
response (200 chars)
Ha — in JavaScript, those are famously hard to tell apart. Behold:
```javascript
[] == false // true
[] == ![] // true (an array equals its own negation??)
NaN === NaN // false
neighbors