回答編集履歴

1

ミスがあったため修正。

2020/09/10 07:29

投稿

kei344
kei344

スコア69430

test CHANGED
@@ -6,6 +6,6 @@
6
6
 
7
7
  ```HTML
8
8
 
9
- <script src="https://code.jquery.com/jquery-3.3.1.min.js" defer></script><script src="test.js" ></script>
9
+ <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script><script src="test.js" ></script>
10
10
 
11
11
  ```