Article - How to Make Friends with Sets in JavaScript

Article - How to Make Friends with Sets in JavaScript

2019, Sep 30    

Abstract: One of the additions to ES6 is the Set object. Details on the Set Object can be read on the MDN Web Docs on Sets. You probably remember sets from discrete math when you had to draw Venn Diagrams on the blackboard. This is the same concept. The idea is you create a collection of unique primitives (strings, numbers) from a broader set of data. This will allow you to see only the unique values and strip away any redundancy. The interesting thing about sets is how you can use them to compare against other sets. Link to Article on BetaPagehttps://blog.betapage.co/how-to-make-friends-with-sets-in-javascript-cbee6134fd1d