Created
June 6, 2017 20:41
-
-
Save chrislaughlin/0e9d5492bd969cfcae48cffb360c005f to your computer and use it in GitHub Desktop.
People
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 people = [{ | |
"id": 1, | |
"first_name": "Katleen", | |
"last_name": "Josefs", | |
"email": "[email protected]", | |
"gender": "Female", | |
"ip_address": "68.36.229.0" | |
}, { | |
"id": 2, | |
"first_name": "Cletus", | |
"last_name": "Simmonite", | |
"email": "[email protected]", | |
"gender": "Male", | |
"ip_address": "130.78.39.221" | |
}, { | |
"id": 3, | |
"first_name": "Tamiko", | |
"last_name": "Clayworth", | |
"email": "[email protected]", | |
"gender": "Female", | |
"ip_address": "121.237.234.146" | |
}, { | |
"id": 4, | |
"first_name": "Isabel", | |
"last_name": "Helling", | |
"email": "[email protected]", | |
"gender": "Female", | |
"ip_address": "31.180.133.102" | |
}, { | |
"id": 5, | |
"first_name": "Murial", | |
"last_name": "Alleburton", | |
"email": "[email protected]", | |
"gender": "Female", | |
"ip_address": "248.171.252.196" | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment