Skip to content
Advertisement

How to filter out an object from an array of objects?

I’ve got an array of objects as follows ; how can I filter out (remove) the objects that have admins->member = 11 ?

In this example, the resulting array object would only have the 1st object that [245] at the start.

JavaScript

I’d like to check against the index

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement