Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html> <body> <h2>Estructura for</h2> <p id="demo"></p> <script> var veces = 0; if(veces < 4) { alert("Mensaje"); veces++; } </script> </body> </html>