回答編集履歴
1
訂正
test
CHANGED
@@ -8,9 +8,9 @@
|
|
8
8
|
|
9
9
|
```js
|
10
10
|
|
11
|
-
let price_two_value = group_price_two.value;
|
11
|
+
let price_two_value = group_price_two.value; /* ←グループ2の一人当たり支払額 */
|
12
12
|
|
13
|
-
const price_three_value = group_price_three.value;
|
13
|
+
const price_three_value = group_price_three.value;
|
14
14
|
|
15
15
|
|
16
16
|
|