Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsoverby1986/2735feab355547deab1b12fe846a3d1e to your computer and use it in GitHub Desktop.
Save dsoverby1986/2735feab355547deab1b12fe846a3d1e to your computer and use it in GitHub Desktop.
var usTerritoryCapitals = [
{ name: 'Pago Pago', territoryAbbrev: 'AS' },
{ name: 'Hagåtña', territoryAbbrev: 'GU' },
{ name: 'Saipan', territoryAbbrev: 'MP' },
{ name: 'San Juan', territoryAbbrev: 'PR' },
{ name: 'Charlotte Amalie', territoryAbbrev: 'VI' }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment