I have this array of objects and I want to modify the isPinned
property to true. How can I do that?
Array [ Object {"isPinned": "false","iso2": "AU","iso3": "AUS","name": "Australia", },]
I have this array of objects and I want to modify the isPinned
property to true. How can I do that?
Array [ Object {"isPinned": "false","iso2": "AU","iso3": "AUS","name": "Australia", },]