.delete()

Term side of the Card
Topic: Set
Unit title: .delete()
Categories: Method
Explanation side of the Card

Explanation: The method that removes a specific element from a `Set` object. If the element exists, it will be removed and the method will return `true`. If the element doesn't exist, it will return `false`.

Browser compatibility:
  • The chrome browser supports this feature starting from version 38
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 13
  • The safari browser supports this feature starting from version 8
Availability: