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