質問編集履歴
3
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
<meta charset="UTF-8">
|
18
18
|
|
19
|
-
<title>
|
19
|
+
<title>hello</title>
|
20
20
|
|
21
21
|
<link rel="stylesheet" href="style.css">
|
22
22
|
|
2
修正を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,11 +70,7 @@
|
|
70
70
|
|
71
71
|
downbutton.addEventListener('click', (event) => {
|
72
72
|
|
73
|
-
//0以下にはならないようにする
|
74
|
-
|
75
|
-
if(text.value >= 1) {
|
76
|
-
|
77
|
-
|
73
|
+
?
|
78
74
|
|
79
75
|
}
|
80
76
|
|
@@ -86,7 +82,7 @@
|
|
86
82
|
|
87
83
|
upbutton.addEventListener('click', (event) => {
|
88
84
|
|
89
|
-
|
85
|
+
?
|
90
86
|
|
91
87
|
})
|
92
88
|
|
1
タイトル改修
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
JavaScript
|
1
|
+
JavaScript 入力した数字が加算減算処理され表示されるカウンター
|
test
CHANGED
File without changes
|