Math.pow()
Term side of the Card
Topic: Math
Unit title: Math.pow()
Categories: Method
Explanation side of the Card
Explanation: The static method that returns the base raised to the exponent power. For example, `Math.pow(2, 3)` returns 8, which is 2 raised to the power of 3.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1
Availability: