Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Order alternatives to using document for globals preferentially
Most preferable is no globals, then assigning explicitly to window/globalThis, then using `var` (because it hoists), and last writing `x=1`.
- Loading branch information