Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -227,7 +227,7 @@ Good to see you!
|
|
227 |
const container = document.getElementById("buttons")
|
228 |
const words = shuffleArray(word_text.trim().split("\n"))
|
229 |
|
230 |
-
let number =
|
231 |
for (let word of words){
|
232 |
// ボタンを作成
|
233 |
const button = document.createElement('button');
|
|
|
227 |
const container = document.getElementById("buttons")
|
228 |
const words = shuffleArray(word_text.trim().split("\n"))
|
229 |
|
230 |
+
let number = 0
|
231 |
for (let word of words){
|
232 |
// ボタンを作成
|
233 |
const button = document.createElement('button');
|