one fable-low hijack cell
pair global / javascript
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked global (first-offered)
· classifierA
· tiernone
response (200 chars)
# Global Scope in JavaScript
## The Universal Way: `globalThis` (ES2020)
```javascript
globalThis.myVar = "accessible everywhere";
```
`globalThis` works in **all environments** — browsers, Node.js
neighbors