Scheduling: setTimeout and setInterval by vplentinax · Pull Request #202 · javascript-tutorial/es.javascript.info · GitHub
Skip to content

Scheduling: setTimeout and setInterval#202

Merged
vplentinax merged 2 commits intojavascript-tutorial:masterfrom
vplentinax:setTime
Jun 10, 2020
Merged

Scheduling: setTimeout and setInterval#202
vplentinax merged 2 commits intojavascript-tutorial:masterfrom
vplentinax:setTime

Conversation

@vplentinax
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Member

@joaquinelio joaquinelio left a comment

Choose a reason for hiding this comment

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

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
Copy Markdown
Contributor

Copy link
Copy Markdown
Member

@joaquinelio joaquinelio left a comment

Choose a reason for hiding this comment

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

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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

  • 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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

/done

Comment thread 1-js/06-advanced-functions/08-settimeout-setinterval/article.md
@vplentinax vplentinax requested a review from EzequielCaste June 6, 2020 15:28
@vplentinax vplentinax merged commit 5ab1bec into javascript-tutorial:master Jun 10, 2020
@javascript-translate-bot
Copy link
Copy Markdown

Sign up for free to 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