Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const tanks =
  2. [
  3. {
  4. fuel: 'ON',
  5. tankCapacity: [42, 50, 55, 60],
  6. },
  7. {
  8. fuel: 'PB95',
  9. tankCapacity: [50, 55, 60, 100],
  10. },
  11. {
  12. fuel: 'LPG',
  13. tankCapacity: [29, 40, 70],
  14. }
  15. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement