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