HashList.remove(key)

This removes a key - value pair by its key.

Type: function

Parameter(s):

  • key {String}:

    The key to delete.

Returns:

  • {Object}:

    The value before deletion.