8000 Chapter: New JavaScript features · Issue #52 · rauschma/exploring-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Chapter: New JavaScript features #52

New issue

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

Open
rauschma opened this issue Feb 1, 2021 · 4 comments
Open

Chapter: New JavaScript features #52

rauschma opened this issue Feb 1, 2021 · 4 comments

Comments

@rauschma
Copy link
Owner
rauschma commented Feb 1, 2021

No description provided.

@jridgewell
Copy link
jridgewell commented Jan 7, 2022

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

@rauschma
Copy link
Owner Author
rauschma commented Jan 7, 2022

Oh no. 😬 Thanks for reporting this. It’ll be fixed in the next release.

@borat3312
Copy link

Hi,

@smith558
Copy link

This page contains "Namespace re-exporting" twice under ECMAScript 2020.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
0