.delete()
The .delete()
method removes a specified value from the Set
and returns a boolean indicating whether or not the deletion was successful.
Syntax
set.delete(value);
The value
is of a valid data type.
The .delete()
method removes a specified value from the Set
and returns a boolean indicating whether or not the deletion was successful.
set.delete(value);
The value
is of a valid data type.