Spaces:
Running
Running
Update index.html
Browse files- 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
|
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 |
|