fix product function
This commit is contained in:
parent
9d93b390d7
commit
ccba1c9494
@ -11,8 +11,8 @@
|
||||
return a+b;
|
||||
}
|
||||
|
||||
function product(a, b) {
|
||||
return a * b;
|
||||
function product(a, b, c) {
|
||||
return a * b * c;
|
||||
}
|
||||
|
||||
function divide(a, b) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user