Función filter en JavaScript

Published: 31 May 2020
on channel: Jesus Martinez Torres
167
7

En este video se explica el método filter 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 filter en JavaScript online without registration, duration hours minute second in high quality. This video was added by user Jesus Martinez Torres 31 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 167 once and liked it 7 people.