Posts by Carolina Junqueira • 63 points
1 post
-
6
votes3
answers185
viewsQ: Where to place a function "toFixed()` to round up the value?
I would like to round off the final value of my code with the .toFixed() but I don’t know where to put. Here is the code: <script type="text/javascript"> function conversao(fahreinheit) {…