How to filter a JS array with user defined number of filters?
How to filter a JS array with user defined number of filters? Problem Description: I have a Profiles array of objects that I would like to filter. The filter is a combination of Statuses in another array. The array of Statuses is defined by the user. The Profiles array can be filtered with one or … Read more