You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a divergence from the way optional chaining works in JS, CoffeeScript allows the existential operator on the left half of an assignment, whereas as JS does not.
In a divergence from the way optional chaining works in JS, CoffeeScript allows the existential operator on the left half of an assignment, whereas as JS does not.
You can see an example of this in the following code:
However, I don't see this documented anyway in the Existential Operator section in the docs
Since it's different from the EcmaScript implementation, it might be helpful to officially list in in CoffeeScripts docs.
The text was updated successfully, but these errors were encountered: