Javascript chop/slice/trim off last character in string - Stack Overflow
I have a string 12345.00 would like it to return 12345.0 I have looked at trim but looks only to trim whitespace and slice which I don't see how this would work. Any suggestions ?
stackoverflow.com |