Skip to content

Instantly share code, notes, and snippets.

View anjan-virtism's full-sized avatar

anjan-virtism

View GitHub Profile
@anjan-virtism
anjan-virtism / countries.js
Last active February 11, 2019 17:34 — forked from e1024kb/gist:41bf38fdb1a2cb19a781
Country List with 2 char and 3 char code
var countries = [
{
name: "Aaland Islands",
code2: "AX",
code3: "ALA",
},
{
name: "Afghanistan",
code2: "AF",
code3: "AFG",