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

Scheduling: setTimeout and setInterval #202

Merged
merged 2 commits into from Jun 10, 2020

Conversation

@vplentinax
Copy link
Contributor

@vplentinax vplentinax commented May 23, 2020

No description provided.

@javascript-translate-bot javascript-translate-bot requested a review from javascript-tutorial/translate-es May 23, 2020
@iliakan iliakan mentioned this pull request May 23, 2020
159 of 174 tasks complete
Copy link
Contributor

@joaquinelio joaquinelio left a comment

retarso
planifiacion
¿editaste el SVG? No lo puedo testear. O fue editado en el EN.
Igual son err que no afectan el aprendizaje plt no me importan, corregilos si te da la gana. Salud.

@EzequielCaste
Copy link
Contributor

@EzequielCaste EzequielCaste commented Jun 1, 2020

@joaquinelio

retarso
planifiacion

prefiero que hagas una Review como corresponde y pongas tus comentarios o sugerencias en el review.
así no puedo adivinar de qué estás hablando.

hay 3 opciones para elegir después del Review, comentar, aprobar o pedir cambios.
si hay sugerencias prefiero que le des a "Pedir Cambios" por que sino me sale como que Aprobaste el artículo.

Copy link
Contributor

@joaquinelio joaquinelio left a comment

Ehhh... La primera review, fui yo... (y la aprobé, no me importaba retarso, retardo o retraso)
y ahora soy el segundo reviewer...? Si apruebo
¡Trampa!
Probemos... No, no se dejó engañar.

Some use cases of `setTimeout(...,0)`:
- To split CPU-hungry tasks into pieces, so that the script doesn't "hang"
- To let the browser do something else while the process is going on (paint the progress bar).
- Los métodos `setTimeout(func, delay, ... args)` y `setInterval(func, delay, ... args)` nos permiten ejecutar el `func` una vez / regularmente después de un retarso (delay) en milisegundos.

This comment has been minimized.

@joaquinelio

joaquinelio Jun 2, 2020
Contributor

  • Los métodos setTimeout(func, delay, ... args) y setInterval(func, delay, ... args) nos permiten ejecutar el func una vez / regularmente después de un retardo (delay) en milisegundos.

This comment has been minimized.

@vplentinax

vplentinax Jun 6, 2020
Author Contributor

/done

@vplentinax vplentinax requested a review from EzequielCaste Jun 6, 2020
@vplentinax vplentinax merged commit 5ab1bec into javascript-tutorial:master Jun 10, 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.