Akjava commited on
Commit
89b0688
·
verified ·
1 Parent(s): bcda9c5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -213,7 +213,7 @@ Nice to meet you!
213
  Good to see you!
214
  `
215
  const words = word_text.trim().split("\n")
216
- for (word in words){
217
  console.log(word)
218
  }
219
 
 
213
  Good to see you!
214
  `
215
  const words = word_text.trim().split("\n")
216
+ for (let word of words){
217
  console.log(word)
218
  }
219