This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. Learn more See full compatibility Report feedback The nullish coalescing (??) operator is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand.
