Skip to content

Commit 33cde89

Browse files
authoredJan 3, 2023
Rename 50. Pow(x, n).js to 0050-powx-n.js
1 parent af34357 commit 33cde89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎javascript/50. Pow(x, n).js ‎javascript/0050-powx-n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ var fastPow = (x, n) => {
139139
*/
140140
var myPow = (x, n) => {
141141
return Math.pow(x,n).toFixed(5);
142-
}
142+
}

0 commit comments

Comments
 (0)