8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
The Optional Chaining operator example in the New in ECMAScript 2020 section uses the incorrect .? syntax:
.?
Optional chaining for property accesses and method calls. One example of optional chaining is: -value.?prop +value?.prop
Sorry, something went wrong.
Oh no. 😬 Thanks for reporting this. It’ll be fixed in the next release.
Hi,
This page contains "Namespace re-exporting" twice under ECMAScript 2020.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: