I am trying to grab the country name from an array called countries that has the countryCode as the keys and the country name as the values. I am extracting the country code from result on ajax call to database. when i get the country code i need to scan through the countries array and pull the value that matches the country code.I am trying to grab the country name from an ar