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
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,12 @@ Alternative syntaxes for those two cases each have their own flaws; and deciding
195
195
196
196
As for <language X>, it has different syntactical constraints than JavaScript because of <some construct not supported by X or working differently in X>.
197
197
198
-
198
+
<dt>Ok, but I <b>really</b> think that <i><alternative syntax></i> is better
199
+
200
+
<dd>
201
+
202
+
Various alternative syntaxes has been explored and extensively discussed in the past. None of them gained consensus. Search for [issues
203
+
with label “alternative syntax”](https://github.com/tc39/proposal-optional-chaining/issues?utf8=%E2%9C%93&q=label%3A%22alternative+syntax%22).
199
204
200
205
<dt>Why does (null)?.b evaluate to undefined rather than null?
0 commit comments