Posts by Victor Hugo • 1 point
2 posts
-
-4
votes1
answer27
viewsQ: Repeating instead of adding
Why are you repeating the number instead of adding? var valor = prompt("calculo") var valor1 = prompt("adição") if (valor + 0 || valor1 + 0) { document.write(valor += valor1) } else {…
javascriptasked Victor Hugo 1 -
-6
votes2
answers83
viewsQ: Javascript image
I need the user to write a correct password and an image will appear <html> <head> <title>SENHA</title> </head> </html> <script> var senha = ('teste') var…
javascriptasked Victor Hugo 1