Función reduce en JavaScript

Published: 05 September 2020
on channel: Jesus Martinez Torres
77
3

En este video se explica el método reduce de JavaScript para poder manipular arreglos.
/********************* ARREGLO UTILIZADO *****************************/
const arrayUsuarios = [{
nombre: 'Jesús',
edad: 24,
tieneMascotas: true
},
{
nombre: 'Karely',
edad: 24,
tieneMascotas: true
},
{
nombre: 'Eva',
edad: 42,
tieneMascotas: true
},
{
nombre: 'Geremías',
edad: 58,
tieneMascotas: false
},
{
nombre: 'Catalina',
edad: 65,
tieneMascotas: false
},
{
nombre: 'Pedro',
edad: 33,
tieneMascotas: true
},
{
nombre: 'Margarita',
edad: 10,
tieneMascotas: false
},
];


Watch video Función reduce en JavaScript online without registration, duration hours minute second in high quality. This video was added by user Jesus Martinez Torres 05 September 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 77 once and liked it 3 people.