We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af34357 commit 33cde89Copy full SHA for 33cde89
javascript/50. Pow(x, n).js javascript/0050-powx-n.js
@@ -139,4 +139,4 @@ var fastPow = (x, n) => {
139
*/
140
var myPow = (x, n) => {
141
return Math.pow(x,n).toFixed(5);
142
-}
+}
0 commit comments