質問するログイン新規登録

回答編集履歴

2

編集

2017/05/19 01:15

投稿

harashow1701
harashow1701

スコア854

answer CHANGED
@@ -1,4 +1,6 @@
1
1
  console.log("適正体重は"+Math.round(ProperWeight)+"kgです");
2
2
 
3
3
  エラー出てるのはここもではないですか?
4
- properWeight関数の引数に何も渡してないですよ?
4
+ properWeight関数の引数に何も渡してないですよ?
5
+
6
+ BMI関数の方も実行時に引数に何も渡してないです。

1

編集

2017/05/19 01:15

投稿

harashow1701
harashow1701

スコア854

answer CHANGED
@@ -1,4 +1,4 @@
1
1
  console.log("適正体重は"+Math.round(ProperWeight)+"kgです");
2
2
 
3
- エラー出てるのはこではないですか?
3
+ エラー出てるのはここもではないですか?
4
4
  properWeight関数の引数に何も渡してないですよ?