change to alternate solutions name
This commit is contained in:
parent
894ae2d4ce
commit
10199f35a9
|
@ -16,7 +16,7 @@ const multiply = function(array) {
|
|||
: 0;
|
||||
};
|
||||
|
||||
const power = function(a, b) {
|
||||
const altPower = function(a, b) {
|
||||
return Math.pow(a, b);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue