I have a problem for delete an Object in an array. I think the solution is very simple but I am not good in javascript.
I want to delete the value in this array but I have a problem because of its something like that in js:
myArray = [Object1,Object2,...]
and in the object
Object1 = {SUM: "-0.75" , mont: "1", name: "test", **value: "{"25":"test"}**, year: "2017"}
Thanks for your help.