'parseInt()' Example : Math : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » Math »

 

'parseInt()' Example



    
<html>
<body>
<button onclick="alert(parseInt('12.34'));">parseInt('12.34')</button>
<button onclick="alert(parseInt('Hello'));">parseInt('Hello')</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» Math