how to change object attribute values with parameters – Javascript
ok so I have this array with objects, I want to make a function with 2 parameters so I can change one or more of their attributes values let list = [{name: "kyle" , surname: "smith" , age: 24,id= 0},…