Advertisement
csfeijo

TT-FLIX Catalogo

May 19th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.61 KB | None | 0 0
  1.  const filmes =  [
  2.     {
  3.       "nome": "Coringa",
  4.       "ano": "2019"
  5.     },
  6.     {
  7.       "nome": "Arremesso Final",
  8.       "ano": "2019"
  9.     },
  10.     {
  11.       "nome": "1917",
  12.       "ano": "2019"
  13.     },
  14.     {
  15.       "nome": "Superman: O Filme",
  16.       "ano": "1978"
  17.     },
  18.     {
  19.       "nome": "Um Sonho de Liberdade",
  20.       "ano": "1994"
  21.     },
  22.     {
  23.       "nome": "Pulp Fiction",
  24.       "ano": "1994"
  25.     },
  26.     {
  27.       "nome": "Dirty Dancing",
  28.       "ano": "1987"
  29.     },
  30.     {
  31.       "nome": "Alien 3",
  32.       "ano": "1992"
  33.     },
  34.     {
  35.       "nome": "Inception",
  36.       "ano": "2010"
  37.     }
  38.   ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement