回答編集履歴
1
文言
test
CHANGED
@@ -1 +1,5 @@
|
|
1
1
|
関数 `exercise(num)` の中で `this.exercise--` しているため、`exercise` が関数から数値(のようなもの)に化けてます。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
`Person`コンストラクタで `this.exercise` の設定もないし、本当は別の変数を減らしたかったのではないでしょうか。`this.weight`とか。
|