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.
This is widely supported and a great productive boost for those of us writing javascript in OutSystems.
The problem with using this in OutSystems is twofold:
- the javascript editor considers it as a syntax error

- it is not possible to publish a solution that includes a module that has a javascript using this operator

Could this be improved?
Thanks,
Tiago