Uh oh!
There was an error while loading. Please reload this page.
Scheduling: setTimeout and setInterval - #202
Conversation
joaquinelio
left a comment
There was a problem hiding this 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
commented
Jun 1, 2020
prefiero que hagas una Review como corresponde y pongas tus comentarios o sugerencias en el review. hay 3 opciones para elegir después del Review, comentar, aprobar o pedir cambios. |
| 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. |
There was a problem hiding this comment.
- 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.
Uh oh!
There was an error while loading. Please reload this page.
javascript-translate-bot
commented
Jun 10, 2020
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
No description provided.