Posts by ulisses • 111 points
1 post
-
1
votes3
answers10837
viewsA: Replace is not a Function
replace can only be given with String. Change to: var numeroComVirgula = String(QuantoFalta).replace('.',',')
1 post
1
votes3
answers10837
viewsreplace can only be given with String. Change to: var numeroComVirgula = String(QuantoFalta).replace('.',',')