Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. let sastojak1 = {
  2. imeSastojka: 'secer',
  3. kolicina: 1,
  4. cena: 80,
  5. }
  6. let sastojak2 = {
  7. imeSastojka: 'jaje',
  8. kolicina: 3,
  9. cena: 10,
  10. }
  11. let sastojak3 = {
  12. imeSastojka: 'cokolada',
  13. kolicina: 1,
  14. cena: 100,
  15. }
  16. let sastojak4 = {
  17. imeSastojka: 'vanilin secer',
  18. kolicina: 2,
  19. cena: 20,
  20. }
  21. let sastojak5 = {
  22. imeSastojka: 'mleko',
  23. kolicina: 1,
  24. cena: 150,
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement