How to find that a number is float or integer? 1.25 --> float 1 --> integer 0 --> integer 0.25 --> float 49 s 49 Tags: javascriptnumberstypes