Stage 3 proposal
Spec repo: https://github.com/tc39/proposal-nullish-coalescing
(Related to #146 optional chaining, but an independent proposal.) We just implemented ?? in SpiderMonkey. It's a short-circuiting binary operator, more like || than anything else, but calling it a LogicalExpression is a stretch.