JavaScript Syntax Highlighting for New Logical Assignment Variables #106070
Labels
javascript
JavaScript support issues
upstream-issue-fixed
The underlying upstream issue has been fixed
Steps to Reproduce:
u ||= prompt('Enter something...', 0);
Rather than this:
u = u || prompt('Enter something...', 0);
Reference to the following documentation:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators
Does this issue occur when all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: