Skip to content

Instantly share code, notes, and snippets.

@Kamoba
Last active February 24, 2024 18:31
Show Gist options
  • Save Kamoba/0a57162b5f52e9a1caa6bf54d62028b3 to your computer and use it in GitHub Desktop.
Save Kamoba/0a57162b5f52e9a1caa6bf54d62028b3 to your computer and use it in GitHub Desktop.
Canada states
{
"AB": "Alberta",
"BC": "British Columbia",
"MB": "Manitoba",
"NB": "New Brunswick",
"NL": "Newfoundland and Labrador",
"NS": "Nova Scotia",
"NT": "Northwest Territories",
"NU": "Nunavut",
"ON": "Ontario",
"PE": "Prince Edward Island",
"QC": "Québec",
"SK": "Saskatchewan",
"YT": "Yukon Territory"
}
@Kamoba
Copy link
Author

Kamoba commented Feb 24, 2024

Associative array / Object:

[
  'AB' =>'Alberta',
  'BC' =>'British Columbia',
  'MB' =>'Manitoba',
  'NB' =>'New Brunswick',
  'NL' =>'Newfoundland and Labrador',
  'NS' =>'Nova Scotia',
  'NT' =>'Northwest Territories',
  'NU' =>'Nunavut',
  'ON' =>'Ontario',
  'PE' =>'Prince Edward Island',
  'QC' =>'Québec',
  'SK' =>'Saskatchewan',
  'YT' =>'Yukon Territory'
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment