I get a string type: $ 10.00, I wanted to change it to 10.00 so I can calculate it, I tried the code below, but it did not work.
for (let i=0; i<numColunas; i++){
valor = (colunas[i].textContent).parse("R$", "");
alert(valor);...
asked by
31.01.2018 / 17:33