Documentation
Plans
Blog
Login
Add to VS Code
Convert Math.pow to exponentiation operator
Use the exponentiation operator
**
instead of
Math.pow()
.
Refactoring (Convert)
Modernization
ES2016
P42 for VS Code
P42 for GitHub
Learn More
Exponentiation Operator (MDN)
Code Actions
Available In
P42 for Visual Studio Code
P42 for GitHub