Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: operator precedence causes unstable return value
Nullish coalescing operator (??) has higher precedence than Conditional (ternary) operator (?)
- Loading branch information