Skip to content

Instantly share code, notes, and snippets.

@alvaaz
Created September 11, 2018 23:03
Show Gist options
  • Select an option

  • Save alvaaz/88c4772e3ca00edd2aab7bd0f482b7d1 to your computer and use it in GitHub Desktop.

Select an option

Save alvaaz/88c4772e3ca00edd2aab7bd0f482b7d1 to your computer and use it in GitHub Desktop.
ArrayReduce.js
const reducer = (acum, { cantidadDeLibros }) => acum + cantidadDeLibros
let totalDeLibros = personas.reduce(reducer, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment