Mega Code Archive

 
Categories / JavaScript DHTML / Development
 

Math Round

<html> <body> <script type="text/javascript">     document.write(Math.round(7.25)) </script> </body> </html>