Skip to content

Instantly share code, notes, and snippets.

@coreyjansen
coreyjansen / canada_cities_provinces_obj.js
Created July 5, 2021 15:33
Array of Objects of Provinces and cities within those provinces
const canadian_cities_provinces = [
"Alberta",cities: [
"Airdrie"
, "Grande Prairie"
, "Red Deer"
, "Beaumont"
, "Hanna"
, "St. Albert"
, "Bonnyville"
, "Hinton"
@coreyjansen
coreyjansen / canada_cities.js
Created July 5, 2021 15:32
Canadian Cities Javascript Array
const canada_cities=["Airdrie" , "Grande Prairie" , "Red Deer" , "Beaumont" , "Hanna" , "St. Albert" , "Bonnyville" , "Hinton" , "Spruce Grove" , "Brazeau" , "Irricana" , "Strathcona County" , "Breton" , "Lacombe" , "Strathmore" , "Calgary" , "Leduc" , "Sylvan Lake" , "Camrose" , "Lethbridge" , "Swan Hills" , "Canmore" , "McLennan" , "Taber" , "Didzbury" , "Medicine Hat" , "Turner Valley" , "Drayton Valley" , "Olds" , "Vermillion" , "Edmonton" , "Onoway" , "Wood Buffalo" , "Ft. Saskatchewan" , "Provost" , "Burnaby" , "Lumby" , "City of Port Moody" , "Cache Creek" , "Maple Ridge" , "Prince George" , "Castlegar" , "Merritt" , "Prince Rupert" , "Chemainus" , "Mission" , "Richmond" , "Chilliwack" , "Nanaimo" , "Saanich" , "Clearwater" , "Nelson" , "Sooke" , "Colwood" , "New Westminster" , "Sparwood" , "Coquitlam" , "North Cowichan" , "Surrey"