Shifting value from one objects array to another in javascript
I have an array of objects. These objects have a property that is also an array. I want to insert a new value into my array of objects. It has to be sequential in that I always want to add…