The Wayback Machine - https://web.archive.org/web/20201224035452/https://github.com/javascript-tutorial/es.javascript.info/pull/232
Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction: callbacks #232

Merged
merged 12 commits into from Jun 11, 2020
Merged

Conversation

@cortizg
Copy link
Contributor

@cortizg cortizg commented Jun 6, 2020

No description provided.

@javascript-translate-bot javascript-translate-bot requested a review from javascript-tutorial/translate-es Jun 6, 2020
@iliakan iliakan mentioned this pull request Jun 6, 2020
159 of 174 tasks complete
cortizg added 2 commits Jun 6, 2020
1-11-01-cb Corregido 16

devolucion de llamada por callback
Copy link
Contributor

@EzequielCaste EzequielCaste left a comment

algunas sugerencias y cambios

1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
```

Many functions are provided by JavaScript host environments that allow you to schedule *asynchronous* actions. In other words, actions that we initiate now, but they finish later.
Los entornos anfitriones de JavaScript proporcionan muchas funciones que te permiten programar acciones *asíncronas*. En otras palabras, acciones que iniciamos ahora, pero que terminan más tarde.

This comment has been minimized.

@EzequielCaste

EzequielCaste Jun 10, 2020
Contributor

Suggested change
Los entornos anfitriones de JavaScript proporcionan muchas funciones que te permiten programar acciones *asíncronas*. En otras palabras, acciones que iniciamos ahora, pero que terminan más tarde.
Muchas funciones son proporcionadas por el entorno de host de Javascript que permiten programar acciones *asíncronas*. En otras palabras, acciones que iniciamos ahora, pero que terminan más tarde.

Cada motor de JavaScript de mozilla.org expone una API pública que las aplicaciones pueden llamar para aprovechar el soporte de JavaScript. Por el momento, el entorno de host más común de JavaScript son los navegadores web porque suelen utilizar la API pública para crear "objetos de host" responsables de reflejar el DOM en JavaScript.

MDN

1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
1-js/11-async/01-callbacks/article.md Outdated Show resolved Hide resolved
@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

cortizg and others added 10 commits Jun 10, 2020
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
Copy link
Contributor Author

@cortizg cortizg left a comment

Listo

@cortizg
Copy link
Contributor Author

@cortizg cortizg commented Jun 10, 2020

/done

@javascript-translate-bot javascript-translate-bot requested a review from javascript-tutorial/translate-es Jun 10, 2020
Copy link
Contributor Author

@cortizg cortizg left a comment

Vistos

Copy link
Contributor

@EzequielCaste EzequielCaste left a comment

ok

@vplentinax vplentinax merged commit 0b2d72a into javascript-tutorial:master Jun 11, 2020
1 check passed
1 check passed
license/cla Contributor License Agreement is signed.
Details
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.
HTTPS · web.archive.org
← Home