Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Introduction: callbacks#232

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
vplentinax merged 12 commits intojavascript-tutorial:masterfromcortizg:es.javascript.info.1-11-01-cb
Jun 11, 2020
Merged

Introduction: callbacks#232

vplentinax merged 12 commits intojavascript-tutorial:masterfromcortizg:es.javascript.info.1-11-01-cb
Jun 11, 2020

Conversation

cortizg
Copy link
Contributor

No description provided.

cortizgand others added2 commitsJune 7, 2020 09:27
Copy link
Contributor

@EzequielCasteEzequielCaste left a comment

Choose a reason for hiding this comment

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

algunas sugerencias y cambios

```

Many functions are provided byJavaScripthost environments that allow you to schedule *asynchronous* actions. In other words, actions that we initiate now, but they finish later.
Los entornos anfitriones deJavaScriptproporcionan muchas funciones que te permiten programar acciones *asíncronas*. En otras palabras, acciones que iniciamos ahora, pero que terminan más tarde.
Copy link
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

@javascript-translate-bot

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

cortizgand others added10 commitsJune 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>
Copy link
ContributorAuthor

@cortizgcortizg left a comment

Choose a reason for hiding this comment

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

Listo

@cortizg
Copy link
ContributorAuthor

/done

Copy link
ContributorAuthor

@cortizgcortizg left a comment

Choose a reason for hiding this comment

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

Vistos

Copy link
Contributor

@EzequielCasteEzequielCaste left a comment

Choose a reason for hiding this comment

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

ok

@vplentinaxvplentinax merged commit0b2d72a intojavascript-tutorial:masterJun 11, 2020
@javascript-translate-bot

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
Reviewers

@EzequielCasteEzequielCasteEzequielCaste approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

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

[8]ページ先頭

©2009-2025 Movatter.jp