Guest User

Untitled

a guest
May 18th, 2018
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. const users = [
  2. {
  3. id: 1,
  4. name: "Jonathon Haley",
  5. username: "Monte.Weber2",
  6. email: "Daphne43@yahoo.com",
  7. phone: "1-563-675-1857 x11708",
  8. website: "carmela.net",
  9. password: "hashed_password"
  10. },
  11. {
  12. id: 2,
  13. name: "Dean John",
  14. username: "dd.1",
  15. email: "deno@google.com",
  16. phone: "1-123-543-1857 123212",
  17. website: "dd.net",
  18. password: "Dean_hashed_password"
  19. }
  20. ];
Add Comment
Please, Sign In to add comment