Guest User

Untitled

a guest
Jan 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. let data = [
  2. {
  3. no: 3,
  4. name: 'drink'
  5. },
  6. {
  7. no:90,
  8. name: 'eat'
  9. },
  10. {
  11. no:20,
  12. name: 'swim'
  13. }
  14. ];
  15.  
  16. [
  17. {
  18. num: 3,
  19. total: 11
  20. },
  21. {
  22. num: 90,
  23. total: 1
  24. },
  25. {
  26. num:20,
  27. total: 4
  28. }
  29.  
  30. ];
Add Comment
Please, Sign In to add comment