domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
325 stars 76 forks source link

Improve destructuring description #38

Closed zbicin closed 7 years ago

zbicin commented 7 years ago

Improved description of the destructuring exercise by adding a paragraph about assigning destructured values to object properties. Fixed a small typo and added a missing whitespace.

Resolves #37.