I want to create a function that modifies the value of a property by its name that it receives as an argument of type string
let Personas = [
{nombre: 'Juan',
apellido: 'Perez'},
{nombre: 'Maria',
apellido: 'Gonzales'},...
asked by
26.04.2017 / 19:54