Join Slack
Communities
Powered by
check if it is integer: `if (d == Math.floor(d)) “...
# announcements
p
pawegio
03/16/2017, 1:12 PM
check if it is integer:
if (d == Math.floor(d)) “%.0f”.format(d) else d.toString()
Open in Slack
Previous
Next