hamdoune2011
Results
1
comments of
hamdoune2011
Use clone object example: var obj={ "name": "Algeria", "capital": "Algeria", "language": "Arabic" } let newObj= Object.assign({}, obj); objList.push(newObj);