Delete element from Set

Write a function that takes a Set and a value as argument. If existing in the Set, remove the value from the Set. Return the result
JavaScript
Console