Reduce and Filter JavaScript Object on Property
How do you filter a JavaScript object that has duplicate properties?
Use reduce! The specific situation I had is a list of objects with
duplicate properties. I wanted to filter out the duplicates and return
a new object with only the unique propertie...
spences10.hashnode.dev3 min read