ga-wdi-boston / js-array-iteration-methods

JavaScript Array methods
Other
1 stars 160 forks source link

Mention Shallow vs Deep copies #36

Open jordanallain opened 7 years ago

jordanallain commented 7 years ago

Per Antony, include a brief overview of the differences between Deep and Shallow copies to help understand the array iteration methods output.

jordanallain commented 7 years ago

@gaand

gaand commented 7 years ago

This in reference to using slice in reduce.