Closed sibelius closed 8 years ago
Don't really need one IMO, for example:
const myFilter = (collection, arg) => collection.filter(item => item.id === arg.id);
tks
Anytime!
Don't really need one IMO, for example: