Posts by Tamires • 45 points
3 posts
-
1
votes2
answers2803
viewsQ: Power Calculator in Javascript
I’m trying to perform a power calculator, but always returns the result with 0 and I don’t know where the logic error is. I’ve redone the code a few times with more or less lines. var numero,…
javascriptasked Tamires 45 -
1
votes1
answer270
viewsQ: Convert String to Float
I’m trying to convert string to float to calculate the advantage between gasoline and ethanol, but is not returning result in Screen. Below the code HTML and JS: var etanol, gasolina; function…
-
1
votes1
answer33
views