diff --git a/README.md b/README.md index fbf4161..391f790 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,12 @@ Alternative syntaxes for those two cases each have their own flaws; and deciding As for <language X>, it has different syntactical constraints than JavaScript because of <some construct not supported by X or working differently in X>. - +
Ok, but I really think that <alternative syntax> is better + +
+ +Various alternative syntaxes has been explored and extensively discussed in the past. None of them gained consensus. Search for [issues +with label “alternative syntax”](https://github.com/tc39/proposal-optional-chaining/issues?utf8=%E2%9C%93&q=label%3A%22alternative+syntax%22).
Why does (null)?.b evaluate to undefined rather than null?