using Set.prototype.difference()
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
i used this method recently in my code, for which both my lsp (in editor) and nextjs (at build time) gave me an error.
despite this, the browser seems to have executed the code flawlessly, just as expected.
could someone please explain what the deal is with this
despite this, the browser seems to have executed the code flawlessly, just as expected.
could someone please explain what the deal is with this
newly available [set method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/difference) ?