Posts by Matheus Zilio • 43 points
1 post
-
4
votes1
answer2524
viewsQ: How to remove an object from an object array within another object array, in javascript?
Hello, I need to return the objs array by eliminating the objects that have the req key === "test" inside the c object array. Thanks for your help! const objs = [ { a: "a", b: 1, c: [ { send:…