Buscamos en el mundo on line y así traerte la solución a tu duda, en caso de inquietudes deja tu pregunta y contestaremos con gusto, porque estamos para servirte.
Ejemplo: cuenta regresiva de javascript con bucle wile
//declare and instantiate your variablevar timer =60;//set up your loop that will run while your variable is greater than zerowhile(timer >0)//log timer to the console for debugging purposesconsole.log(timer);//reduce the count of timer by one over each iteration
timer--;//after timer has reached zero, the code will break out of the while loop and run the alert with your confirmation messagealert("Done");
Recuerda que tienes autorización de esclarecer si diste con el arreglo.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)