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

JavaScript Array methods
Other
1 stars 160 forks source link

MDN uses accumulator not, not previous #37

Open payne-chris-r opened 7 years ago

payne-chris-r commented 7 years ago

They've changed the documentation to use the variable accumulator, not previous. Our definition of reduce still uses previous

payne-chris-r commented 7 years ago

And we want to match the MDN for these as much as possible

gaand commented 7 years ago

Updates to the docs since last delivery. Stay current.