回答編集履歴
2
valueプロパティであることを追加
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
let heightInput = document.getElementById("heightInput");
|
12
12
|
|
13
|
-
console.log(typeof heightInput);
|
13
|
+
console.log(typeof heightInput.value);
|
14
14
|
|
15
15
|
</script>
|
16
16
|
|
1
一覧の下に改行を入れ、インデントを整えた
test
CHANGED
@@ -30,6 +30,8 @@
|
|
30
30
|
|
31
31
|
- password
|
32
32
|
|
33
|
+
|
34
|
+
|
33
35
|
などです。
|
34
36
|
|
35
37
|
string型が多いです。
|