New JavaScript Set methods are landing across browsers. Learn about sets, how you can use these methods to compare different sets, create new sets with specific properties, and more.| MDN Web Docs
The Set object lets you store unique values of any type, whether primitive values or object references.| MDN Web Docs