回答編集履歴
1
余計な文字を削除
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
function c1(...args){
|
10
10
|
|
11
|
-
console.log(...args);
|
11
|
+
console.log(...args);
|
12
12
|
|
13
13
|
}
|
14
14
|
|