回答編集履歴
1
type属性追加
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```HTML
|
2
2
|
<input type="range" step="10" />
|
3
|
-
<button id="random">random</button>
|
3
|
+
<button id="random" type="button">random</button>
|
4
4
|
```
|
5
5
|
|
6
6
|
```JavaScript
|