Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const countries = [
  2.     {
  3.         id: 0,
  4.         name: "Polska"
  5.     },
  6.     {
  7.         id: 1,
  8.         name: "Niemcy"
  9.     },
  10.     {
  11.         id: 2,
  12.         name: "Francja"
  13.     }
  14. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement