//Getting the value associated with a key Color julietsFavoriteColor = favoriteColors.get("Juliet");
//Removing a key and its associated value favoriteColors.remove("Juliet");