8000 change to alternate solutions name · unconnect/javascript-exercises@10199f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10199f3

Browse files
committed
change to alternate solutions name
1 parent 894ae2d commit 10199f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculator/calculator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const multiply = function(array) {
1616
: 0;
1717
};
1818

19-
const power = function(a, b) {
19+
const altPower = function(a, b) {
2020
return Math.pow(a, b);
2121
};
2222

0 commit comments

Comments
 (0)
0