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

'pow()' Example

    
<html>
<body>
<button onclick="alert(Math.pow(2,2));">POW</button>
</body>
</html>

    
      
      

Related examples in the same category

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