Design a hashmap without using any built-in libraries

19th of January of 2021
should return -1 if the map is empty ✌︎
should return the value if it was previously inserted ✌︎
should return the new value if put is called again ✌︎
should return -1 if a key is removed ✌︎
should not :boom: if we try to remove an already removed key ✌︎