Describe the bug
Hi Team, I cannot get my project work with Set.prototype.intersection()
Reproduction
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/intersection
Steps to reproduce
onst odds = new Set([1, 3, 5, 7, 9]);
const squares = new Set([1, 4, 9]);
console.log(odds.intersection(squares));
System Info
Used Package Manager
npm
Logs
No response
Validations
Describe the bug
Hi Team, I cannot get my project work with Set.prototype.intersection()
Reproduction
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/intersection
Steps to reproduce
onst odds = new Set([1, 3, 5, 7, 9]);
const squares = new Set([1, 4, 9]);
console.log(odds.intersection(squares));
System Info
Used Package Manager
npm
Logs
No response
Validations