Skip to content

Instantly share code, notes, and snippets.

View hoanggaphan's full-sized avatar
🤪
We are not the same

Front-end Slayer hoanggaphan

🤪
We are not the same
  • Hồ Chí Minh, Việt Nam
View GitHub Profile
@hoanggaphan
hoanggaphan / Javascript ISO country code to country name conversion
Created April 29, 2021 15:21 — forked from maephisto/Javascript ISO country code to country name conversion
ISO 3166-1 alpha-2 country code to country name conversion with a simple Javascript implementation, an array and a function.
var isoCountries = {
'AF' : 'Afghanistan',
'AX' : 'Aland Islands',
'AL' : 'Albania',
'DZ' : 'Algeria',
'AS' : 'American Samoa',
'AD' : 'Andorra',
'AO' : 'Angola',
'AI' : 'Anguilla',
'AQ' : 'Antarctica',