Skip to content

Instantly share code, notes, and snippets.

@dg92
Created May 13, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dg92/cff6b0dd88a5951930f253890f03ed26 to your computer and use it in GitHub Desktop.
Save dg92/cff6b0dd88a5951930f253890f03ed26 to your computer and use it in GitHub Desktop.
const users = [
{
id: 1,
name: "Jonathon Haley",
username: "Monte.Weber2",
email: "Daphne43@yahoo.com",
phone: "1-563-675-1857 x11708",
website: "carmela.net",
password: "hashed_password"
},
{
id: 2,
name: "Dean John",
username: "dd.1",
email: "deno@google.com",
phone: "1-123-543-1857 123212",
website: "dd.net",
password: "Dean_hashed_password"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment