Posts by Romario Sousa • 25 points
2 posts
-
-3
votes1
answer172
viewsQ: How to transform a monetary value into Reals in a number 7743;ero float?
I need to turn a number that is in the format 20.000,00 (with points in each thousand) for a type number float, how do I do that? var value = $('#money').val() var currency = value.replace(",00",…
-
1
votes1
answer73
viewsQ: Bug in app algorithmia
I’m trying to run the following code: const algorithmia = require("algorithmia"); function trigger() { const url = {"url": "https://www.facebook.com/filipedeschamps?epa=SEARCH_BOX"} const apiKey =…
node.jsasked Romario Sousa 25