Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. var array = [
  2. {id: 1, color: red,value: 1},
  3. {id: 2, color: red,value: 2},
  4. {id: 3, color: yellow,value: 3},
  5. {id: 4, color: yellow,value: 4},
  6. {id: 5, color: green,value: 4},
  7. ]
  8.  
  9. [
  10. {id: 5, color: green,value: 4},
  11. {id: 3, color: yellow,value: 3},
  12. {id: 4, color: yellow,value: 4},
  13. {id: 1, color: red,value: 1},
  14. {id: 2, color: red,value: 2},
  15. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement