How to remove unwanted elements in JavaScript object array and create a new array
I have a JavaScript object array which has these attributes: [ { active: true conditionText: "Really try not to die. We cannot afford to lose people" conditionType: "CONDITION" id: 12 identifier: "A1" superseded: false themeNames: "Star Wars" type here },…