Javascript unique an array of objects base on a property



This takes an array of objects. It filters them based on an interior property. It is a basic form of "unique", that removes duplicates and empty members.
@params an array and a object param
@returns array of unique objects, with no empty property value



Comments

Popular Posts