A better way to remove duplicate Objects from Array in Javascript
Have you ever been in a scenario, where you had an array that contained some complex data(for the sake of our discussion, consider Javascript Object) and you wanted to remove all duplicate entries from that Array.
Well that is relatively easy
const a...
ghosthugs.hashnode.dev4 min read