one fable-low hijack cell
pair global / self
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked global (first-offered)
· classifierA
· tiernone
response (200 chars)
`self || global` is a common JavaScript pattern for detecting the **global object** across different environments:
```js
const root = (typeof self !== 'undefined' && self) ||
(typeof glo
neighbors