Posts by lvisentin • 10 points
1 post
-
-5
votes2
answers78
viewsA: Exclude element from a dynamic object array
I was able to solve this way, where test is the array variable and header the filter object: let teste3 = teste.map((data) => { Object.keys(header).forEach((headerData) => { if…