Imran
Member since May 15, 2014
- Profile: /members/11921-imran.htm
- Comments: 1
Recent Blog Comments By Imran
-
Javascript Number.toFixed() Method
Posted on May 15, 2014 at 3:20 AM
I will say that instead of toFixed use Math.round() It's much faster on most of the browsers. Have a look at http://jsperf.com/parsefloat-tofixed-vs-math-round... read more »