Tell us what’s happening:
Hello there. I´m having trouble passing this test. Is there anything I´m missing here?
Your code so far
function checkSet(){
var set = new Set([1,2,3,4,5]);
Set.delete(2,5);
return Set;
console.log([...Set])
}
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36
.
Challenge: Remove items from a set in ES6
Link to the challenge: