Skip to content

Instantly share code, notes, and snippets.

@dg92
Created May 13, 2018 19:21
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/4fbbe137d9f7e786ee9cabe268f90044 to your computer and use it in GitHub Desktop.
Save dg92/4fbbe137d9f7e786ee9cabe268f90044 to your computer and use it in GitHub Desktop.
const user = [
{
id: 1,
naame: "Jonathon Haley",
username: "Monte.Weber2",
email: "Daphne43@yahoo.com",
phone: "1-563-675-1857 x11708",
website: "carmela.net",
password: "hashed_password"
},
{
id: 2,
naame: "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