Posts by robertaSabida • 1 point
1 post
-
-3
votes3
answers4625
viewsA: toLocaleString R$ Brazilian
var a = 10000.50 var b = a.toLocaleString('pt-br') console.log(`${b}0`) …
javascriptanswered robertaSabida 1
1 post
-3
votes3
answers4625
viewsvar a = 10000.50 var b = a.toLocaleString('pt-br') console.log(`${b}0`) …