Extract data from the hash by using its keys.
money_I_am_owed = {"Dan" => "$1,000,000", "Mike" => "$500,000"} puts money_I_am_owed["Dan"]