Good afternoon, I have a question related to creating a function for generic use in javascript, the function is this here:
function calcular() {
var_quant = 0;
var valor = document.getElementById("valor").value;
var quanti...
asked by
09.10.2018 / 18:32