Skip to content
Advertisement

filtering data with array of objects data es6

I am trying to filter array of objects with another array of objects.

JavaScript

I need to return Items which are not include in actual Data.

I have tried using below function but I am getting undefined “some” error.

JavaScript

I have searched a lot achieve my requirement but I didn’t any solution can some one help me to fix this issue.

Advertisement

Answer

Try this

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