質問編集履歴
3
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
|
79
79
|
```JavaScript
|
80
80
|
|
81
|
-
const qa = document.querySelector("question_txt");
|
81
|
+
const qa = document.querySelectorAll("question_txt");
|
82
82
|
|
83
83
|
console.log(qa);
|
84
84
|
|
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,8 +78,6 @@
|
|
78
78
|
|
79
79
|
```JavaScript
|
80
80
|
|
81
|
-
window.addEventListener("DOMContentLoaded", () => {
|
82
|
-
|
83
81
|
const qa = document.querySelector("question_txt");
|
84
82
|
|
85
83
|
console.log(qa);
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,6 +66,10 @@
|
|
66
66
|
|
67
67
|
</section>
|
68
68
|
|
69
|
+
<script src="js/access.js"></script>
|
70
|
+
|
71
|
+
|
72
|
+
|
69
73
|
```
|
70
74
|
|
71
75
|
|