'toFixed()' Example : toFixed « Javascript Methods « JavaScript Reference

'toFixed()' Example

    
<html>
<body>
<button onclick="var myNum = new Number(100.22); alert(myNum.toFixed(1));">
fix 100.22
</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'toFixed()' Syntax Parameters and Note
2.'toFixed()' is applied to