質問編集履歴
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
私の記述したJSコードは、
|
40
40
|
```JavaScript
|
41
|
-
const qa = document.
|
41
|
+
const qa = document.querySelectorAll("question_txt");
|
42
42
|
console.log(qa);
|
43
43
|
```
|
44
44
|
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,7 +38,6 @@
|
|
38
38
|
|
39
39
|
私の記述したJSコードは、
|
40
40
|
```JavaScript
|
41
|
-
window.addEventListener("DOMContentLoaded", () => {
|
42
41
|
const qa = document.querySelector("question_txt");
|
43
42
|
console.log(qa);
|
44
43
|
```
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,6 +32,8 @@
|
|
32
32
|
|
33
33
|
</div>
|
34
34
|
</section>
|
35
|
+
<script src="js/access.js"></script>
|
36
|
+
|
35
37
|
```
|
36
38
|
|
37
39
|
私の記述したJSコードは、
|