JavaScript Math pow() is an inbuilt method that is used to find the value of a number raised to an exponent. Javascript pow() method can come handy in several programs dealing with mathematical expressions.

JavaScript Math pow()

If you want to find the power of a number in Javascript, then Math.pow() function is used. Since the Math.pow() is a static method of Math and therefore it is always used as Math.pow() and not as a method of an object created of Math class.

#javascript

JavaScript Math pow() Function Example
1.60 GEEK