Skip to content

Instantly share code, notes, and snippets.

@JTRNS
Created February 11, 2023 07:48
Show Gist options
  • Save JTRNS/4da9681f0bd2ea057e4ac86609a9cc8b to your computer and use it in GitHub Desktop.
Save JTRNS/4da9681f0bd2ea057e4ac86609a9cc8b to your computer and use it in GitHub Desktop.
An array of occupations
const jobs = [
'Genetic Counselor',
'Mathematician',
'University Professor',
'Occupational Therapist',
'Statistician',
'Medical Services Manager',
'Data Scientist',
'Information Security Analyst',
'Operations Research Analyst',
'Actuary',
'Software Developer',
'Speech Pathologist',
'Dental Hygienist',
'Audiologist',
'Physicist',
'Radiation Therapist',
'Optometrist',
'Physical Therapist',
'Application Software Developer',
'Web Developer',
'Meteorologist',
'Human Resources Manager',
'Librarian',
'Computer Systems Analyst',
'Compliance Officer',
'Petroleum Engineer',
'Network and Computer Systems Administrator',
'Chiropractor',
'Diagnostic Medical Sonographer',
'Medical Records Technician',
'Biomedical Engineer',
'Paralegal',
'Pharmacist',
'Biologist',
'Loan Officer',
'Pharmacy Technician',
'Financial Analyst',
'Occupational Therapy Assistant',
'Economist',
'Technical Writer',
'Veterinarian',
'Medical Secretary',
'Dietitian',
'Geologist',
'Civil Engineer',
'Aerospace Engineer',
'Interpreter',
'Social Media Manager',
'Physical Therapist Assistant',
'Computer Support Specialist',
'Accountant',
'Compensation and Benefits Managers',
'Natural Sciences Manager',
'Orthodontist',
'Vocational Counselor',
'Optician',
'Mechanical Engineer',
'Medical Laboratory Technician',
'Industrial Engineer',
'Hair Stylist',
'Computer Programmer',
'Podiatrist',
'Materials Scientist',
'Historian',
'Parole Officer',
'Environmental Engineer',
'Medical Technologist',
'Multimedia Arist',
'Psychiatrist',
'Chemist',
'Zoologist',
'Museum Curator',
'Electrical Engineer',
'Physiologist',
'Respiratory Therapist',
'Nurse Practitioner',
'Management Analyst',
'Online Sales Manager',
'Occupational Safety and Health Inspector',
'School Principal',
'Architectural Drafter',
'Dental Laboratory Technician',
'Sustainability Manager',
'Conservationist',
'Bicycle Repairer',
'Cartographer',
'Electrical Technician',
'Social and Community Manager',
'Judge',
'Psychologist',
'Bookkeeper',
'Agricultural Scientist',
'Executive Assistant',
'Dentist',
'General Practice Physician',
'Veterinary Technician',
'Physician Assistant',
'Training and Development Specialist',
'Typist',
'Recreational Therapist',
'Surgeon',
"Teacher's Aide",
'Stenographer',
'Jeweler',
'Industrial Machine Repairer',
'Tailor',
'Forensic Science Technician',
'Market Research Analyst',
'Skincare Specialist',
'Forklift Operator',
'Plumber',
'Personal Care Aide',
'Clergy',
'Construction Manager',
'Industrial Designer',
'Archeologist',
'Bank Teller',
'Registered Nurse',
'Fundraiser',
'Home Health Aide',
'Surveyor',
'Logistician',
'Social Worker',
'Recruiter',
'Attorney',
'Cashier',
'Nuclear Engineer',
'Tax Preparer',
'Construction and Building Inspector',
'Funeral Director',
'Automobile Assembler',
'Carpet Installer',
'Automobile Body Repairer',
'Sociologist',
'Janitor',
'Appliance Repairer',
'Public Relations Executive',
'Communications Equipment Mechanic',
'Electrician',
'Broadcast and Sound Technician',
'Broadcast and Sound Technician',
'Advertising Account Manager',
'Author',
'Electrical Equipment Repairer',
'Senior Corporate Executive',
'Furniture Upholsterer',
'Recreation Worker',
'Oil Rig Worker',
'Fire Inspector',
'Wind Turbine Technician',
'Publication Editor',
'Elementary School Teacher',
'Shipping and Receiving Clerk',
'Purchasing Manager',
'Flight Attendant',
'Air Traffic Controller',
'Sewage Plant Operator',
'Solar Photovoltaic Installer',
'Bartender',
'Construction Machinery Operator',
'Wholesale Sales Representative',
"Nurse's Aide",
'Airline Pilot',
'Dishwasher',
'Security Guard',
'Actor',
'Insurance Agent',
'Hotel Manager',
'Garbage Collector',
'Nuclear Decontamination Technician',
'Fitness Trainer',
'Real Estate Agent',
'Nursing Assistant',
'Receptionist',
'Stockbroker',
'Aircraft Mechanic',
'Housekeeper',
'Glazier',
'Animal Care Service Worker',
'Child Care Worker',
'Ironworker',
'Precision Assembler',
'Architect',
'Police Officer',
'Event Coordinator',
'Butcher',
'Military General',
'Emergency Medical Technician',
'Choreographer',
'Carpenter',
'Fashion Designer',
'Mail Carrier',
'Photographer',
'Sheet Metal Worker',
'Food Server',
'Welder',
'Roofer',
'Water Transportation Worker',
'Brickmason',
'Automobile Mechanic',
'Buyer',
'Truck Driver',
'Construction Laborer',
'Dockworker',
'Bus Driver',
'Chef',
'Firefighter',
'Painter',
'Pest Control Worker',
'Advertising Sales Person',
'Broadcaster',
'Disc Jockey',
'Corrections Officer',
'Enlisted Military Personnel',
'Retail Salesperson',
'Newspaper Reporter',
'Logger',
'Taxi Driver',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment