Skip to content

PlatziLabs/pg-js-07

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

En este desafío tienes que consumir la API de Rick And Morthy y en un array retornar solo los nombres de los personajes.

Específicamente debes consumir el endpoint [GET] https://rickandmortyapi.com/api/character la cual te retorna información de los personajes, pero tú debes retornar un array con los nombres.

La solución debería tener un input y output como los siguientes:

Input

await runCode();

Output

[
  "Rick Sanchez",
  "Morty Smith",
  "Summer Smith",
  "Beth Smith"
  ...
]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from PlatziLabs/pg-vanilla-js