const states = [ { name: 'Alabama', symbol: 'AL', }, { name: 'Alaska', symbol: 'AK', }, { name: 'Arizona', symbol: 'AZ', }, { name: 'Arkansas', symbol: 'AR', }, { name: 'California', symbol: 'CA', }, { name: 'Colorado', symbol: 'CO', }, { name: 'Connecticut', symbol: 'CT', }, { name: 'Delaware', symbol: 'DE', }, { name: 'Florida', symbol: 'FL', }, { name: 'Georgia', symbol: 'GA', }, { name: 'Hawaii', symbol: 'HI', }, { name: 'Idaho', symbol: 'ID', }, { name: 'Illinois', symbol: 'IL', }, { name: 'Indiana', symbol: 'IN', }, { name: 'Iowa', symbol: 'IA', }, { name: 'Kansas', symbol: 'KS', }, { name: 'Kentucky', symbol: 'KY', }, { name: 'Louisiana', symbol: 'LA', }, { name: 'Maine', symbol: 'ME', }, { name: 'Maryland', symbol: 'MD', }, { name: 'Massachusetts', symbol: 'MA', }, { name: 'Michigan', symbol: 'MI', }, { name: 'Minnesota', symbol: 'MN', }, { name: 'Mississippi', symbol: 'MS', }, { name: 'Missouri', symbol: 'MO', }, { name: 'Montana', symbol: 'MT', }, { name: 'Nebraska', symbol: 'NE', }, { name: 'Nevada', symbol: 'NV', }, { name: 'New Hampshire', symbol: 'NH', }, { name: 'New Jersey', symbol: 'NJ', }, { name: 'New Mexico', symbol: 'NM', }, { name: 'New York', symbol: 'NY', }, { name: 'North Carolina', symbol: 'NC', }, { name: 'North Dakota', symbol: 'ND', }, { name: 'Ohio', symbol: 'OH', }, { name: 'Oklahoma', symbol: 'OK', }, { name: 'Oregon', symbol: 'OR', }, { name: 'Pennsylvania', symbol: 'PA', }, { name: 'Rhode Island', symbol: 'RI', }, { name: 'South Carolina', symbol: 'SC', }, { name: 'South Dakota', symbol: 'SD', }, { name: 'Tennessee', symbol: 'TN', }, { name: 'Texas', symbol: 'TX', }, { name: 'Utah', symbol: 'UT', }, { name: 'Vermont', symbol: 'VT', }, { name: 'Virginia', symbol: 'VA', }, { name: 'Washington', symbol: 'WA', }, { name: 'West Virginia', symbol: 'WV', }, { name: 'Wisconsin', symbol: 'WI', }, { name: 'Wyoming', symbol: 'WY', }, ]; const candidates = [ { name: 'Helen Burgess', position: 2, state: 'NY', info: 'GraphQL subscriptions have to be defined in the schema, just like queries and mutations:' }, { name: 'Julia Conrad', position: 1, state: 'NY', info: 'תג קאנוניקל לכל עמוד באתר, הכתובת חייבת להיות מקורית (ללא פרמטרים) אבסולוטית ולא רלטיבית.' }, { name: 'Lynne Watson', position: 0, state: 'NC', info: 'GraphQL subscriptions have to be defined in the schema, just like queries and mutations:' }, { name: 'Ward Ewing', position: -1, state: 'NC', }, { name: 'Terry Bruce', position: -1, state: 'MS', }, { name: 'Jayne Lucas', position: -2, state: 'MS', }, { name: 'Helga Beard', position: 0, state: 'TX', }, { name: 'Hale Johnston', position: -2, state: 'TX', }, { name: 'Colette Robbins', position: 1, state: 'KY', }, { name: 'Harris Hughes', position: 1, state: 'IN', }, { name: 'Jacquelyn Collier', position: 1, state: 'FL', }, { name: 'Kathryn Bernard', position: 0, state: 'KS', }, { name: 'Annette Johnson', position: -2, state: 'MS', }, { name: 'Shanna Alston', position: 2, state: 'LA', }, { name: 'Hollie Bell', position: -1, state: 'CO', }, { name: 'Petty Gilbert', position: 1, state: 'ID', }, { name: 'Hattie Fleming', position: -2, state: 'WY', }, { name: 'Morton Barnes', position: 2, state: 'IA', }, { name: 'Camille Montgomery', position: 2, state: 'DE', }, { name: 'Sylvia Kim', position: 0, state: 'ME', }, { name: 'Herrera Ellison', position: 2, state: 'MI', }, { name: 'Warner Alvarado', position: 0, state: 'MN', }, { name: 'Poole Horne', position: 2, state: 'NE', }, { name: 'Clarke Cameron', position: 2, state: 'NJ', }, { name: 'Tameka Fox', position: 1, state: 'NH', }, { name: 'Candace Fisher', position: 2, state: 'SD', }, { name: 'Gamble Mccullough', position: -2, state: 'UT', }, { name: 'Maynard Padilla', position: 1, state: 'RI', }, { name: 'Tami Alford', position: -1, state: 'MA', }, { name: 'Abbott Juarez', position: -1, state: 'MD', }, { name: 'Smith English', position: 2, state: 'CT', }, { name: 'Quinn Hood', position: 1, state: 'HI', }, { name: 'Claudette Ryan', position: -1, state: 'GA', }, { name: 'English Pate', position: 2, state: 'IL', }, { name: 'Berg Vincent', position: 0, state: 'NM', }, { name: 'Stuart Espinoza', position: 0, state: 'NV', }, { name: 'Cox Mayer', position: 2, state: 'OK', }, { name: 'Cline Powers', position: 2, state: 'ND', }, { name: 'Erika Stanton', position: 2, state: 'MT', }, { name: 'Katharine Sykes', position: -1, state: 'AL', }, { name: 'Lidia Le', position: 1, state: 'OH', }, { name: 'Alissa Cortez', position: 2, state: 'MO', }, { name: 'Mona Gentry', position: 2, state: 'PA', }, { name: 'Mercer Flynn', position: 1, state: 'OR', }, { name: 'Lawanda Norris', position: 1, state: 'SC', }, { name: 'Wilkerson May', position: 2, state: 'RI', }, { name: 'Craft Peterson', position: 1, state: 'VT', }, { name: 'Willa Williams', position: -2, state: 'WA', }, { name: 'Hope Francis', position: 0, state: 'AZ', }, { name: 'Jenifer Bray', position: 2, state: 'AR', }, { name: 'Manning Mckenzie', position: 2, state: 'WV', }, { name: 'Whitney Long', position: -1, state: 'ME', }, { name: 'Gould Hicks', position: -1, state: 'WI', }, { name: 'Nolan Cervantes', position: 2, state: 'PA', }, { name: 'Autumn Sears', position: 0, state: 'MD', }, { name: 'Clements Dunn', position: 0, state: 'AR', }, { name: 'Walter Forbes', position: 2, state: 'AK', }, { name: 'Clare Wall', position: 0, state: 'ME', }, { name: 'Rivera Silva', position: 1, state: 'IN', }, { name: 'Kerr Finch', position: 2, state: 'HI', }, { name: 'Ava Sloan', position: -2, state: 'ND', }, { name: 'Rosalinda Mccarty', position: 1, state: 'MN', }, { name: 'Dillon Hooper', position: 2, state: 'DE', }, { name: 'Hughes Eaton', position: -2, state: 'KS', }, { name: 'Mcneil Merritt', position: 1, state: 'KY', }, { name: 'Deidre Whitney', position: 2, state: 'NH', }, { name: 'Mamie Foreman', position: -2, state: 'OK', }, { name: 'Cotton Hensley', position: 1, state: 'IA', }, { name: 'Annabelle Compton', position: 0, state: 'FL', }, { name: 'Cummings Ball', position: 2, state: 'MI', }, { name: 'Ronda Fitzgerald', position: 2, state: 'IL', }, { name: 'Darla Boone', position: 2, state: 'ID', }, { name: 'Padilla Wilkinson', position: 0, state: 'MA', }, { name: 'Sweeney Cabrera', position: -1, state: 'NJ', }, { name: 'Raquel Dawson', position: 0, state: 'OH', }, { name: 'Glenn Fischer', position: -2, state: 'LA', }, { name: 'Walton Marsh', position: 2, state: 'MT', }, { name: 'Denise Arnold', position: -1, state: 'AL', }, { name: 'Steele Horn', position: -2, state: 'OR', }, { name: 'Nicole Blanchard', position: -2, state: 'SC', }, { name: 'Estelle Mcpherson', position: -1, state: 'NV', }, { name: 'Natasha Booker', position: -1, state: 'GA', }, { name: 'Mcgowan Ayers', position: 2, state: 'VA', }, { name: 'Minerva Burke', position: 2, state: 'WA', }, { name: 'Anastasia Mendoza', position: 0, state: 'WY', }, { name: 'Whitaker Oconnor', position: 0, state: 'CA', }, { name: 'Bright George', position: -2, state: 'CT', }, { name: 'Kasey Moran', position: 0, state: 'AZ', }, { name: 'Jessica Serrano', position: -2, state: 'VT', }, { name: 'Hayes Poole', position: 0, state: 'TN', }, { name: 'Byers Colon', position: 1, state: 'UT', }, { name: 'Hazel Mason', position: -1, state: 'CO', }, { name: 'Kristie Wiggins', position: 0, state: 'AK', }, { name: 'Elvia Garcia', position: 1, state: 'AR', }, { name: 'Kristin Mathis', position: 0, state: 'CA', }, { name: 'Nona Strong', position: 0, state: 'WI', }, { name: 'Henderson Carroll', position: 1, state: 'NM', }, { name: 'Sharp Baker', position: 1, state: 'NE', }, { name: 'Stephens Sampson', position: -2, state: 'SD', }, { name: 'Antonia Goff', position: 0, state: 'TN', }, ];