Skip to content

Introduction: callbacks - #232

Merged
vplentinax merged 12 commits into
javascript-tutorial:masterfrom
cortizg:es.javascript.info.1-11-01-cb
Jun 11, 2020
Merged

Introduction: callbacks#232
vplentinax merged 12 commits into
javascript-tutorial:masterfrom
cortizg:es.javascript.info.1-11-01-cb

Conversation

@cortizg

Copy link
Copy Markdown
Contributor

No description provided.

cortizgand others added 2 commits June 7, 2020 09:27
1-11-01-cb Corregido 16
devolucion de llamada por callback

@EzequielCasteEzequielCaste left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

algunas sugerencias y cambios

Comment thread1-js/11-async/01-callbacks/01-animate-circle-callback/task.md Outdated
Comment thread1-js/11-async/01-callbacks/01-animate-circle-callback/task.md Outdated
Comment thread1-js/11-async/01-callbacks/article.md Outdated
```

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread1-js/11-async/01-callbacks/article.md Outdated
Comment thread1-js/11-async/01-callbacks/article.md Outdated
Comment thread1-js/11-async/01-callbacks/article.md Outdated
Comment thread1-js/11-async/01-callbacks/article.md Outdated
Comment thread1-js/11-async/01-callbacks/article.md Outdated
Comment thread1-js/11-async/01-callbacks/article.md Outdated
@javascript-translate-bot

Copy link
Copy Markdown

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

cortizgand others added 10 commits June 10, 2020 14:41
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>

@cortizgcortizg left a comment

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listo

@cortizg

Copy link
Copy Markdown
ContributorAuthor

/done

@cortizgcortizg left a comment

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vistos

@EzequielCasteEzequielCaste left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@vplentinax
vplentinax merged commit 0b2d72a into javascript-tutorial:masterJun 11, 2020
@javascript-translate-bot

Copy link
Copy Markdown

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@cortizg@javascript-translate-bot@EzequielCaste@vplentinax