.delete()
BrandonDusch580 total contributions
Published Jun 16, 2022
Contribute to Docs
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.
Codebyte Example
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.