Created
August 23, 2020 15:55
-
-
Save attebury/8724a9d7e9961bbd001bb2f44d5710e7 to your computer and use it in GitHub Desktop.
Array of Texas Count Names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const texasCountyNames = [ | |
"anderson", | |
"andrews", | |
"angelina", | |
"aransas", | |
"archer", | |
"armstrong", | |
"atascosa", | |
"austin", | |
"bailey", | |
"bandera", | |
"bastrop", | |
"baylor", | |
"bee", | |
"bell", | |
"bexar", | |
"blanco", | |
"borden", | |
"bosque", | |
"bowie", | |
"brazoria", | |
"brazos", | |
"brewster", | |
"briscoe", | |
"brooks", | |
"brown", | |
"burleson", | |
"burnet", | |
"caldwell", | |
"calhoun", | |
"callahan", | |
"cameron", | |
"camp", | |
"carson", | |
"cass", | |
"castro", | |
"chambers", | |
"cherokee", | |
"childress", | |
"clay", | |
"cochran", | |
"coke", | |
"coleman", | |
"collin", | |
"collingsworth", | |
"colorado", | |
"comal", | |
"comanche", | |
"concho", | |
"cooke", | |
"coryell", | |
"cottle", | |
"crane", | |
"crockett", | |
"crosby", | |
"culberson", | |
"dallam", | |
"dallas", | |
"dawson", | |
"dewitt", | |
"deaf smith", | |
"delta", | |
"denton", | |
"dickens", | |
"dimmit", | |
"donley", | |
"duval", | |
"eastland", | |
"ector", | |
"edwards", | |
"el paso", | |
"ellis", | |
"erath", | |
"falls", | |
"fannin", | |
"fayette", | |
"fisher", | |
"floyd", | |
"foard", | |
"fort bend", | |
"franklin", | |
"freestone", | |
"frio", | |
"gaines", | |
"galveston", | |
"garza", | |
"gillespie", | |
"glasscock", | |
"goliad", | |
"gonzales", | |
"gray", | |
"grayson", | |
"gregg", | |
"grimes", | |
"guadalupe", | |
"hale", | |
"hall", | |
"hamilton", | |
"hansford", | |
"hardeman", | |
"hardin", | |
"harris", | |
"harrison", | |
"hartley", | |
"haskell", | |
"hays", | |
"hemphill", | |
"henderson", | |
"hidalgo", | |
"hill", | |
"hockley", | |
"hood", | |
"hopkins", | |
"houston", | |
"howard", | |
"hudspeth", | |
"hunt", | |
"hutchinson", | |
"irion", | |
"jack", | |
"jackson", | |
"jasper", | |
"jeff davis", | |
"jefferson", | |
"jim hogg", | |
"jim wells", | |
"johnson", | |
"jones", | |
"karnes", | |
"kaufman", | |
"kendall", | |
"kenedy", | |
"kent", | |
"kerr", | |
"kimble", | |
"king", | |
"kinney", | |
"kleberg", | |
"knox", | |
"la salle", | |
"lamar", | |
"lamb", | |
"lampasas", | |
"lavaca", | |
"lee", | |
"leon", | |
"liberty", | |
"limestone", | |
"lipscomb", | |
"live oak", | |
"llano", | |
"loving", | |
"lubbock", | |
"lynn", | |
"madison", | |
"marion", | |
"martin", | |
"mason", | |
"matagorda", | |
"maverick", | |
"mcculloch", | |
"mclennan", | |
"mcmullen", | |
"medina", | |
"menard", | |
"midland", | |
"milam", | |
"mills", | |
"mitchell", | |
"montague", | |
"montgomery", | |
"moore", | |
"morris", | |
"motley", | |
"nacogdoches", | |
"navarro", | |
"newton", | |
"nolan", | |
"nueces", | |
"ochiltree", | |
"oldham", | |
"orange", | |
"out of tx", | |
"palo pinto", | |
"panola", | |
"parker", | |
"parmer", | |
"pecos", | |
"polk", | |
"potter", | |
"presidio", | |
"rains", | |
"randall", | |
"reagan", | |
"real", | |
"red river", | |
"reeves", | |
"refugio", | |
"roberts", | |
"robertson", | |
"rockwall", | |
"runnels", | |
"rusk", | |
"sabine", | |
"san augustine", | |
"san jacinto", | |
"san patricio", | |
"san saba", | |
"schleicher", | |
"scurry", | |
"shackelford", | |
"shelby", | |
"sherman", | |
"smith", | |
"somervell", | |
"starr", | |
"stephens", | |
"sterling", | |
"stonewall", | |
"sutton", | |
"swisher", | |
"tarrant", | |
"taylor", | |
"terrell", | |
"terry", | |
"throckmorton", | |
"titus", | |
"tom green", | |
"travis", | |
"trinity", | |
"tyler", | |
"upshur", | |
"upton", | |
"uvalde", | |
"val verde", | |
"van zandt", | |
"victoria", | |
"walker", | |
"waller", | |
"ward", | |
"washington", | |
"webb", | |
"wharton", | |
"wheeler", | |
"wichita", | |
"wilbarger", | |
"willacy", | |
"williamson", | |
"wilson", | |
"winkler", | |
"wise", | |
"wood", | |
"yoakum", | |
"young", | |
"zapata", | |
"zavala" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment