Introduction: callbacks#232
Merged
vplentinax merged 12 commits intojavascript-tutorial:masterfrom Jun 11, 2020
cortizg:es.javascript.info.1-11-01-cb
Merged
Introduction: callbacks#232vplentinax merged 12 commits intojavascript-tutorial:masterfrom cortizg:es.javascript.info.1-11-01-cb
vplentinax merged 12 commits intojavascript-tutorial:masterfrom
cortizg:es.javascript.info.1-11-01-cb
Conversation
1-11-01-cb Corregido 16 devolucion de llamada por callback
EzequielCaste
requested changes
Jun 10, 2020
Contributor
EzequielCaste
left a comment
There was a problem hiding this comment.
algunas sugerencias y cambios
| ``` | ||
|
|
||
| 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. |
Contributor
There was a problem hiding this comment.
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.
|
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Co-authored-by: Ezequiel Castellanos <[email protected]>
Contributor
Author
|
/done |
|
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.