Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. one {
  2. team: "yes",
  3. school: "yes",
  4. work: "yes"
  5. }
  6. two {
  7. team: "yes",
  8. school: "yes",
  9. work: "yes"
  10. }
  11. three {
  12. team: "no",
  13. school: "no",
  14. work: "yes"
  15. }
  16. four {
  17. team: "yes",
  18. school: "yes",
  19. work: "yes"
  20. }
  21.  
  22. var uniqueObject = three;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement