質問編集履歴

1

参照API URLの修正

2019/05/25 09:28

投稿

Takashi1986
Takashi1986

スコア12

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  ```ここに言語名を入力
30
30
 
31
- fetch('https://holidays-jp.github.io/api/v1/date.json')
31
+ fetch('https://opentdb.com/api.php?amount=10')
32
32
 
33
33
  .then(response => response.text())
34
34