Javascript Methods JavaScript Reference

Note:
Calculate the power.
    
Syntax:
    
Math.pow(param1, param2)
Parameters:
    param1   Required; the number to use as the base.
    param2   Required; the number to use as the exponent.