Skip to content

Commit 2575d33

Browse files
Update README.md
Remove parsing note about the now non-existent nested questionmark.
1 parent fa0f074 commit 2575d33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ The `?` token is used in conditional expressions, but its not ambigous, because
7676
[Optional chaining](https://github.com/TC39/proposal-optional-chaining):
7777
The operator `?.` must appear directly after an expression, while the `?` variable/parameter can't.
7878
79-
[Nullish coalescing](https://github.com/tc39/proposal-nullish-coalescing):
80-
The operator `??` must appear directly after an expression, while the `??` variable/parameter can't.
8179
8280
# TODO
8381

0 commit comments

Comments
 (0)