tutorial.eyehunts.com
JavaScript Math pow() Function | get the power of a number
JavaScript Math pow() function is used to raise to a certain power of the number. This method returns the value of x to the power of y (xy)
Rohit