質問編集履歴

1

スペルミスの修正

2020/06/18 08:17

投稿

rastynail3366
rastynail3366

スコア6

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