Posts by Ednilson123 • 11 points
1 post
-
0
votes3
answers453
viewsA: How to perform currency multiplication in the Brazilian format in js?
following what you ordered I would do mathematical operations with this number this way : const produtos = ['2.222,57']; let numero = produtos[0].replace(/[.]+/g, ''); numero =…
javascriptanswered Ednilson123 11