Returns a boolean indicating whether an element with the specified value exists in a WeakSet object or not.
has(value)
value
The value to test for presence in the WeakSet object.
true if an element with the specified value exists in the WeakSet object; otherwise false.