Scheduling: setTimeout and setInterval by vplentinax · Pull Request #202 · javascript-tutorial/es.javascript.info
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.
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.
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. |
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)ysetInterval(func, delay, ... args)nos permiten ejecutar elfuncuna vez / regularmente después de un retardo (delay) en milisegundos.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/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