Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. let data = [
  2. {
  3. country: 'China',
  4. population: 1409517397,
  5. },
  6. {
  7. country: 'India',
  8. population: 1339180127,
  9. },
  10. {
  11. country: 'USA',
  12. population: 324459463,
  13. },
  14. {
  15. country: 'Indonesia',
  16. population: 263991379,
  17. }
  18. ];
  19.  
  20. //Jumlahken kabeh populasi kecuali cina
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement