JavaScript Number Methods and Properties in Tamil | JavaScript tutorial in Tamil




Number Methods:
1.toString()
2.toExponential()
3.toFixed()
4.toPrecision()
5.Number()
6.valueOf()
7.parseInt()
8.parsefloat()

Number Properties:
1.MIN_VALUE
2.MAX_VALUE
3.POSITIVE_INFINITY
4.NEGATIVE_INFINITY
5.NAN

Original source