Skip to content

Instantly share code, notes, and snippets.

@dsoverby1986
Created July 11, 2018 01:45
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/347ec802987764779fee9dc43b8247b1 to your computer and use it in GitHub Desktop.
Save dsoverby1986/347ec802987764779fee9dc43b8247b1 to your computer and use it in GitHub Desktop.
var territoriesUS = [
{ name: 'American Samoa', abbrev: 'AS' },
{ name: 'Guam', abbrev: 'GU' },
{ name: 'Northern Mariana Islands', abbrev: 'MP' },
{ name: 'Puerto Rico', abbrev: 'PR' },
{ name: 'U.S. Virgin Islands', abbrev: 'VI' }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment