回答編集履歴
1
色の指定方法を統一
test
CHANGED
@@ -40,6 +40,6 @@
|
|
40
40
|
|
41
41
|
```javascript
|
42
42
|
|
43
|
-
document.getElementById("foo").style.backgroundColor = "
|
43
|
+
document.getElementById("foo").style.backgroundColor = "green";
|
44
44
|
|
45
45
|
```
|