- Notifications
You must be signed in to change notification settings - Fork230
Fetch#435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Fetch#435
Changes fromall commits
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
8a9179f
Merge pull request #1 from javascript-tutorial/master
carlosabud136de82
Article translation
carlosabud67a3e6f
desalineado
joaquinelio9f3605e
alinedo II
joaquinelio8f9776b
alineado III
joaquinelio72a0e11
alineado IV
joaquinelio13e16fa
code review + spellcheck
carlosabud0ac904a
Update task.md
carlosabude0e6e8d
Update solution.md
carlosabud971a9c5
Update source.js
carlosabuda05a29e
Update source.js
carlosabudfa2e87a
Update source.js
carlosabud5db5c01
Update solution.js
carlosabud0adbb54
Update task.md
carlosabudf9a4eaa
Update solution.md
carlosabud03baafa
Update 5-network/01-fetch/01-fetch-users/solution.md
carlosabud7240e96
Update 5-network/01-fetch/01-fetch-users/solution.md
carlosabudcb28605
Update solution.js
carlosabudca31ef1
Update source.js
carlosabudFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion5-network/01-fetch/01-fetch-users/_js.view/source.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
async function getUsers(names) { | ||
/*Tú código aquí */ | ||
} |
14 changes: 7 additions & 7 deletions5-network/01-fetch/01-fetch-users/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions5-network/01-fetch/01-fetch-users/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Fetchde usuarios de GitHub | ||
Crear una funciónasyncllamada `getUsers(names)`,que tome como parámetro un arreglo delogins de GitHub, obtenga el listado de usuarios deGitHubindicado y devuelva un arreglo de usuarios de GitHub. | ||
Laurlde GitHub con la información de usuario especifica`USERNAME`es: `https://api.github.com/users/USERNAME`. | ||
En el ambiente de prueba (sandbox) hay un ejemplo de referencia. | ||
Detalles a tener en cuenta: | ||
1.Debe realizarse una única petición`fetch`por cada usuario. | ||
2.Para que la información esté disponible lo antes posible las peticiones no deben ejecutarse de una por vez. | ||
3.Si alguna de las peticiones fallara o si el usuario no existiese, la función debe devolver `null`en el resultado del arreglo. |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.