Skip to content

Instantly share code, notes, and snippets.

@GrzegorzManiak
Created November 22, 2021 19:00
Show Gist options
  • Save GrzegorzManiak/3e0b39286f8b8966b67c03c295d3987f to your computer and use it in GitHub Desktop.
Save GrzegorzManiak/3e0b39286f8b8966b67c03c295d3987f to your computer and use it in GitHub Desktop.
Ireland counties in js array
const counties = ['antrim', 'armagh', 'carlow', 'cavan', 'clare', 'cork', 'derry', 'donegal', 'down', 'dublin', 'fermanagh', 'galway', 'kerry', 'kildare', 'kilkenny', 'laois', 'leitrim', 'longford', 'louth', 'mayo', 'meath', 'monaghan', 'offaly', 'roscommon', 'sligo', 'tipperary', 'tyrone', 'waterford', 'westmeath', 'wexford', 'wicklow'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment