Use JavaScript’s New Set Composition Methods Without Polyfills
Welcome, There is a proposal to add methods like union and intersection to JavaScript’s built-in Set class. It is currently at stage 3, but some browsers like Chrome already support it. As you can see, the currently supported runtimes are very limited. Polyfills Currently, you can safely use these methods by using polyfills. core-js es-shims … Read more