Skip to content

Instantly share code, notes, and snippets.

@abdullahdevrel
Created October 24, 2022 01:55
Show Gist options
  • Save abdullahdevrel/e0e327f63ff4baa089705a6968ce880b to your computer and use it in GitHub Desktop.
Save abdullahdevrel/e0e327f63ff4baa089705a6968ce880b to your computer and use it in GitHub Desktop.
List/Array of all US (United States of America) state abbreviations/code (Python, Javascript, Typescript, JSON) | Prettyprinted and Minified both versions.
[
"AK",
"AL",
"AR",
"AZ",
"CA",
"CO",
"CT",
"DC",
"DE",
"FL",
"GA",
"HI",
"IA",
"ID",
"IL",
"IN",
"KS",
"KY",
"LA",
"MA",
"MD",
"ME",
"MI",
"MN",
"MO",
"MS",
"MT",
"NC",
"ND",
"NE",
"NH",
"NJ",
"NM",
"NV",
"NY",
"OH",
"OK",
"OR",
"PA",
"RI",
"SC",
"SD",
"TN",
"TX",
"UT",
"VA",
"VT",
"WA",
"WI",
"WV",
"WY"
]
["AK","AL","AR","AZ","CA","CO","CT","DC","DE","FL","GA","HI","IA","ID","IL","IN","KS","KY","LA","MA","MD","ME","MI","MN","MO","MS","MT","NC","ND","NE","NH","NJ","NM","NV","NY","OH","OK","OR","PA","RI","SC","SD","TN","TX","UT","VA","VT","WA","WI","WV","WY"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment