7th August 2018
How to filter an array of objects based on a secondary array in JavaScript
Sounds confusing, but there is a use-case, honest! Imagine you have an array with a set number of items in and you wanted to filter another array of objects based on that in your JavaScript. The post explains more!