質問編集履歴

1

修正

2021/02/12 07:29

投稿

qqzty
qqzty

スコア0

test CHANGED
File without changes
test CHANGED
@@ -24,9 +24,7 @@
24
24
 
25
25
  青色のボックスをid="a"として追加し、
26
26
 
27
- a.style.background="green"
27
+ a.style.background="green"で緑にしています
28
-
29
- 緑にしています
30
28
 
31
29
 
32
30
 
@@ -44,7 +42,7 @@
44
42
 
45
43
  のちに、id="a"を緑に変更しているのですが、
46
44
 
47
- 新たに追加されたaに対して、a.style.background=\'green\'が動いてるとみていいんですか
45
+ 新たに追加されたaに対して、a.style.background='green'が動いてるとみていいんですか
48
46
 
49
47
  idが重複してDOMに存在してるので、二つあるうちの一つであるaが緑になっているという解釈でいいんでしょうか?
50
48