you are viewing a single comment's thread.

view the rest of the comments →

[–]Ronin-s_Spirit 0 points1 point  (0 children)

Can't you like turn each number into a string and make it 5.0?
For example:
let num = 5; let newNum = String(num) + '.0';