Skip to content

Instantly share code, notes, and snippets.

@esaiz
Created November 2, 2013 21:08
Show Gist options
  • Save esaiz/7283534 to your computer and use it in GitHub Desktop.
Save esaiz/7283534 to your computer and use it in GitHub Desktop.
An array in Javascript with the states of Spain.
var counties = ["Andalucia", "Aragón", "Principado de Asturias", "Islas Baleares", "Canarias", "Castilla-La Mancha",
"Castilla y León", "Cataluña", "Comunidad Valenciana", "Extremadura", "Galicia",
"La Rioja", "Comunidad de Madrid", "Comunidad Foral de Navarra", "País Vasco",
"Región de Murcia", "Ciudad Autónoma de Ceuta", "Ciudad Autónoma de Melilla"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment