impatient-js icon indicating copy to clipboard operation
impatient-js copied to clipboard

Chapter: New JavaScript features

Open rauschma opened this issue 4 years ago • 4 comments
trafficstars

rauschma avatar Feb 01 '21 13:02 rauschma

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

jridgewell avatar Jan 07 '22 20:01 jridgewell

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

rauschma avatar Jan 07 '22 20:01 rauschma

Hi,

borat3312 avatar Jul 27 '22 14:07 borat3312