質問編集履歴
1
スペルミスの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
```TypeScript
|
22
22
|
|
23
|
-
const boxes = document.getElementByName("box");
|
23
|
+
const boxes = document.getElementsByName("box");
|
24
24
|
|
25
25
|
for(let i = 0; i < boxes.length; i++){
|
26
26
|
|