質問編集履歴
1
参照API URLの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
### 該当のソースコード
|
14
14
|
|
15
15
|
```ここに言語名を入力
|
16
|
-
fetch('https://
|
16
|
+
fetch('https://opentdb.com/api.php?amount=10')
|
17
17
|
.then(response => response.text())
|
18
18
|
.then(text => {
|
19
19
|
console.log(text); // OK
|