Get the country name by its code.
The country code.
The country name.
countryNameByCode("US"); // "United States" Copy
countryNameByCode("US"); // "United States"
Get the country name by its code.