移除product function

This commit is contained in:
Sabrina 2020-10-25 16:11:41 +08:00
parent ccba1c9494
commit 0ae18da971

View File

@ -10,11 +10,7 @@
function plus (a, b) {
return a+b;
}
function product(a, b, c) {
return a * b * c;
}
function divide(a, b) {
return a/b;
}