Posts by Washington Oliveira • 29 points
2 posts
-
-2
votes1
answer70
viewsQ: Please help me finish this Javascript script
salario = 0; resultado = 0; resultado1 = 0; resultado2 = 0; resultado3 = 0; resultado4 = 0; resultado5 = 0; resultado6 = 0; resto = 0; function menorQtdNotas() { salario =…
javascriptasked Washington Oliveira 29 -
2
votes1
answer371
viewsQ: In Javascript - How to make the input accept comma and dot in this my scribe. Returning the values of the installments
HTML <body> <form name="frm" method="post"> valor: <input type="text" name="valor" id="valor" onchange="alteraPonto()"> <input type="button" value="calcular"…
javascriptasked Washington Oliveira 29