回答編集履歴

1

訂正

2020/10/10 06:16

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36158

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; /* ←グループ2の一人当たり支払額 */
13
+ const price_three_value = group_price_three.value;
14
14
 
15
15
 
16
16