Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit b7529f2

Browse files
authored
Closing discussions about alternative syntaxes
Closes #5. Closes #34. Closes #51. Closes #52. Closes #61. Thanks for participating.
1 parent 586e892 commit b7529f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,12 @@ Alternative syntaxes for those two cases each have their own flaws; and deciding
195195
196196
As for <language X>, it has different syntactical constraints than JavaScript because of <some construct not supported by X or working differently in X>.
197197
198-
198+
<dt>Ok, but I <b>really</b> think that <i>&lt;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).
199204
200205
<dt>Why does (null)?.b evaluate to undefined rather than null?
201206

0 commit comments

Comments
 (0)