移除product function
This commit is contained in:
parent
ccba1c9494
commit
0ae18da971
@ -10,11 +10,7 @@
|
|||||||
function plus (a, b) {
|
function plus (a, b) {
|
||||||
return a+b;
|
return a+b;
|
||||||
}
|
}
|
||||||
|
|
||||||
function product(a, b, c) {
|
|
||||||
return a * b * c;
|
|
||||||
}
|
|
||||||
|
|
||||||
function divide(a, b) {
|
function divide(a, b) {
|
||||||
return a/b;
|
return a/b;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user