Remove From Map
Removes an item from the map data structure
Description
Deletes the item corresponding to the provided key from the map data structure
Inputs
- Control Flow (Control Flow)
- map (Map): The map to look for the item being removed
- key (String): The key to be removed
Outputs
- Control Flow (Control Flow)
- map (Map): A new map devoid of the removed item
- removed object (Object): The object removed from the map