回答編集履歴
1
説明を追記
test
CHANGED
@@ -55,3 +55,11 @@
|
|
55
55
|
|
56
56
|
|
57
57
|
![screenshot](b0827b87794e508e7901f76ffed3f6c0.png)
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
ご質問のコード中で`document.getElementById('js-question').textContent = question;`としているので、この要素の中身が書き換わり、ちゃんと線で囲われた状態となります。
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
以上、お役に立てれば幸いです。
|