.delete()
Deletes a key. Returns a boolean based on whether the key was successfully deleted or not.
delete(key)
Parameter | Description |
key | The key to delete |
Returns | Description |
Whether or not the key was successfully deleted |
Also allows the use of dot notation:
Last updated