Jayce created NETBEANS-6128: ------------------------------- Summary: JavaScript: Nullish coalescing operator Key: NETBEANS-6128 URL: https://issues.apache.org/jira/browse/NETBEANS-6128 Project: NetBeans Issue Type: Bug Components: javascript - Editor, php - Editor Affects Versions: 12.5 Reporter: Jayce Attachments: Nullish coalescing operator.png
Nullish coalescing operator (??) is reported as syntax error. {code:java} const foo = null ?? 'default string'; console.log(foo);{code} Some ref if needed: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists