Как можно изменить значение свойств объекта
Ответы на вопрос
Ответил Sofia3313
0
Есть массив с объектами, допустим:
this.items = [ {name : 'Petya', id: 1, active: false}, {name : 'Vasjya', id: 2, active: false}, {name : 'Dima', id: 3, active: false}, {name : 'Lena', id: 4, active: false}, {name : 'Katya', id: 5, active: false} ];
this.items = [ {name : 'Petya', id: 1, active: false}, {name : 'Vasjya', id: 2, active: false}, {name : 'Dima', id: 3, active: false}, {name : 'Lena', id: 4, active: false}, {name : 'Katya', id: 5, active: false} ];
Ответил Mara8054
0
Спасибо
Ответил Sofia3313
0
Незачто
Новые вопросы