.delete()

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

Explanation: The method that removes a specific key-value pair from a `Map` object based on the provided key. It returns `true` if the element was successfully deleted or `false` if the key was not found.

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: