Posts by Rafael • 23 points
2 posts
-
0
votes2
answers495
viewsQ: Remove the R$ from the tolocalestring
Good afternoon, everyone, I use the following command to transform a float number for money: parseFloat(valor).toLocaleString('pt-br',{style: 'currency', currency: 'BRL'}) This works, and this value…
javascriptasked Rafael 23 -
1
votes1
answer43
viewsQ: Div in React is not appearing
I am having a problem in trying to clone the front of the trello and the problem begins to occur when I try to insert the columns. I have a date that stores the column and ticket data. With tickets…