Created
July 11, 2018 01:49
-
-
Save dsoverby1986/2735feab355547deab1b12fe846a3d1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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