Posts by João Pedro • 9 points
1 post
-
0
votes0
answers40
viewsQ: How to format a number using "toFixed" only if it is not integer in Javascript?
I have a function that returns me a number, which can be integer, like: 440; or it can be broken, like 466.1638231521. But I need to have a way to, from the function, find out if the number is…