Akjava commited on
Commit
12b9da4
·
verified ·
1 Parent(s): 46de9a4

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = 1
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');