Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [
  2. { index: 1, name: "first" },
  3. { index: 2, name: "second" },
  4. { index: 3, name: "three" },
  5. { index: 4, name: "four" }
  6. ]
  7.  
  8. [{ index: 1, name: "first" },
  9. {index: 2, name: "second" },
  10. { index: 2, name: "three" },
  11. { index: 3, name: "four" }]
  12.  
  13. [{ index: 1, name: "first" },
  14. {index: 2, name: "second" },
  15. { index: 2, name: "three" },
  16. { index: 4, name: "four" }]
Add Comment
Please, Sign In to add comment