Guest User

Untitled

a guest
Jul 21st, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var user = new User({
  2. id: 1,
  3. username: "bob",
  4. address: {
  5. id: 1,
  6. street: "232 SW Main"
  7. city: "",
  8. state: "",
  9. zip: ""
  10. }
  11. }
Add Comment
Please, Sign In to add comment