From 0ae18da97170aeb00ace94d4fe963755cae14794 Mon Sep 17 00:00:00 2001 From: Sabrina Date: Sun, 25 Oct 2020 16:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4product=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index 9007786..e48c092 100644 --- a/index.html +++ b/index.html @@ -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; }