Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created July 30, 2018 23:50
Show Gist options
  • Select an option

  • Save gladchinda/84d21cf785f941a8514c43180e51787b to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/84d21cf785f941a8514c43180e51787b to your computer and use it in GitHub Desktop.
const country = {
name: 'Nigeria',
region: 'Africa',
codes: {
cca2: 'NG',
dialcode: '+234'
},
cities: [
'Lagos',
'Abuja',
'Port Harcourt',
'Benin',
'Ibadan',
'Calabar',
'Warri'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment