Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created September 11, 2019 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/c3008765d2113cac2ea08fd71c7ff298 to your computer and use it in GitHub Desktop.
Save mugan86/c3008765d2113cac2ea08fd71c7ff298 to your computer and use it in GitHub Desktop.
Respuesta de axios en consola
--------------------- Lista de Personajes --------------------------
[ { id: '1',
name: 'Walter White',
actor: 'Bryan Cranston',
total_episodes: 62 },
{ id: '2',
name: 'Jesse Pinkman',
actor: 'Aaron Paul',
total_episodes: 62 },
{ id: '3',
name: 'Skyler White',
actor: 'Anna Gunn',
total_episodes: 61 },
{ id: '4',
name: 'Hank Schrader',
actor: 'Dean Norris',
total_episodes: 51 },
{ id: '5',
name: 'Marie Schrader',
actor: 'Betsy Brandt',
total_episodes: 50 },
{ id: '6',
name: 'Walter White Jr.',
actor: 'RJ Mitte',
total_episodes: 53 },
{ id: '7',
name: 'Gustavo Fring',
actor: 'Giancarlo Esposito',
total_episodes: 24 },
{ id: '8',
name: 'Saul Goodman',
actor: 'Bob Odenkirk',
total_episodes: 36 },
{ id: '9',
name: 'Mike Ehrmantraut',
actor: 'Jonathan Banks',
total_episodes: 25 } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment