Función map en JavaScript

Published: 02 May 2020
on channel: Jesus Martinez Torres
321
10

En este video se explica el cómo manipular arreglos con la función map() de JavaScript.
/********************* 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 map en JavaScript online without registration, duration hours minute second in high quality. This video was added by user Jesus Martinez Torres 02 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 321 once and liked it 10 people.