rauschma / exploring-js

20 stars 0 forks source link

Chapter: Destructuring #25

Open rauschma opened 6 years ago

rightpad commented 6 years ago

Heading 27.3:

27.3. Were Where can we destructure?

rauschma commented 5 years ago

@da-moo Good catch; will be fixed in the next release.

AndiPersti commented 3 years ago

37.12 Nested destructuring:

Inside the Array pattern in line A, there is a nested object pattern at index 1.

There is no line marked with A in the code snippet above that sentence. (The second const line should be marked.)

rauschma commented 2 years ago

@AndiPersti 👍 Fixed in next release.