Skip to content

Instantly share code, notes, and snippets.

@iraycd
Created April 6, 2015 12:11
Show Gist options
  • Save iraycd/460a3391c45dfe9c61a0 to your computer and use it in GitHub Desktop.
Save iraycd/460a3391c45dfe9c61a0 to your computer and use it in GitHub Desktop.
All the indian states and union territories in list. JS list for indian states. Programming way.
var allStates = "Andaman and Nicobar Islands,\
Andhra Pradesh,\
Arunachal Pradesh,\
Assam Dispur,\
Bihar,\
Chandigarh,\
Chhattisgarh,\
Dadra and Nagar Haveli,\
Daman and Diu,\
Delhi,\
Goa,\
Gujarat,\
Haryana,\
Himachal Pradesh,\
Jammu and Kashmir,\
Jharkhand Ranchi,\
Karnataka,\
Kerala,\
Lakshadweep,\
Madhya Pradesh,\
Maharashtra,\
Manipur,\
Meghalaya,\
Mizoram,\
Nagaland,\
Odisha,\
Puducherry,\
Punjab,\
Rajasthan,\
Sikkim,\
Tamil Nadu,\
Telangana,\
Tripura,\
Uttar Pradesh,\
Uttarakhand,\
West Bengal";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment