How do you remove an element from a set?
const set = new Set([1, 2, 3]); set._____(2);
remove
pop
delete
splice