Guest User

Untitled

a guest
Jan 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. animais = [
  2. {
  3. nome: 'Fumaça',
  4. idade: 3,
  5. tipo: 'cao'
  6. },
  7. {
  8. nome: 'Tobby',
  9. idade: 6,
  10. tipo: 'cao'
  11. },
  12. {
  13. nome: 'Laminha',
  14. idade: 1,
  15. tipo: 'gato'
  16. },
  17. {
  18. nome: 'Nutella',
  19. idade: 3,
  20. tipo: 'cao'
  21. },
  22. ];
Add Comment
Please, Sign In to add comment