Posts by Matheus E • 1 point
2 posts
-
-1
votes1
answer62
viewsQ: Help to call function
Hello, I am in a project of a translation of a system that is actually a directory structure and I decided to use Google translator to do this, using the following block of code <script> var…
-
-1
votes1
answer373
viewsQ: Percentage calculator in Javascript
I’m using the following code: <script> function calcValor() { //Zera o campo total document.getElementById("CAMPO_78").value; //Declarando a variavel let preco, porcentagem, desconto,…